Lower default log level

Update config-example.toml to accordingly

Closes #281
This commit is contained in:
exin
2022-06-25 13:35:58 -05:00
committed by Timo Kösters
parent 175fba5739
commit 9c922db14b
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ fn default_max_concurrent_requests() -> u16 {
}
fn default_log() -> String {
"info,state_res=warn,_=off,sled=off".to_owned()
"warn,state_res=warn,_=off,sled=off".to_owned()
}
fn default_turn_ttl() -> u64 {