master: set default logging level to info

This commit is contained in:
Denis Drakhnia 2024-05-12 07:51:50 +03:00
parent 5d73c9878e
commit 18a555abc8
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ impl Default for StatConfig {
}
fn default_log_level() -> LevelFilter {
LevelFilter::Warn
LevelFilter::Info
}
fn default_server_ip() -> IpAddr {