add confirm option + error for open reg, remove false_fn, change rocksdb default log level to warn #28

Merged
girlbossceo merged 9 commits from open-reg-confirmation into main 2023-12-25 22:07:25 +00:00

9 commits

Author SHA1 Message Date
strawberry
68bb1bbb03 change welcome message
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 15:28:45 -05:00
strawberry
49b7396900 log where we are listening at/on
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 15:11:38 -05:00
strawberry
d0a22ba206 remove warning in error message, drop 2nd error down to warn
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 15:11:08 -05:00
strawberry
b8b51f39b1 remove unused config global function
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 15:10:09 -05:00
strawberry
18cc8245c4 replace run_server() unwrap just to be safe
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 14:58:07 -05:00
strawberry
032586f87c add comment about the blocking await above this config check
comment saying this would have been nice. moved the config checks above
that blocking call.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 14:58:07 -05:00
strawberry
b4c1831ec4 remove false_fn as just default alone always evaluates to false
ideally we could just do true/false but it is almost 2024 and this is
not possible in serde.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 14:58:07 -05:00
strawberry
da2af37bfa add option for explicit opt-in allow open registration and make it clear
Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 14:58:07 -05:00
strawberry
43f5adbcb6 move default rocksdb logging from info to warn
info is still logging useless database statistics and metrics that will
accumulate, less I/O activity.

Signed-off-by: strawberry <strawberry@puppygock.gay>
2023-12-25 14:58:07 -05:00