mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Lower default log level
Update config-example.toml to accordingly Closes #281
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user