Lower default log level
Update config-example.toml to accordingly Closes #281
This commit is contained in:
parent
175fba5739
commit
9c922db14b
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue