mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-18 12:10:09 +00:00
remove final reference to sled in log config
This commit is contained in:
parent
ed5bd23255
commit
516876f8ef
@ -264,7 +264,7 @@ fn default_trusted_servers() -> Vec<OwnedServerName> {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user