remove final reference to sled in log config

This commit is contained in:
Charles Hall
2024-03-10 22:37:22 -07:00
parent ed5bd23255
commit 516876f8ef

View File

@@ -264,7 +264,7 @@ fn default_trusted_servers() -> Vec<OwnedServerName> {
} }
fn default_log() -> String { fn default_log() -> String {
"warn,state_res=warn,_=off,sled=off".to_owned() "warn,state_res=warn,_=off".to_owned()
} }
fn default_turn_ttl() -> u64 { fn default_turn_ttl() -> u64 {