mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
increase the default log level
The vast majority of spans are at the info level, so increasing the log level to info will greatly increase the amount of (useful!) inforamtion included in the logs. However, `ruma_state_res` generates a substantial amount of logs, so that one gets to stay fixed at `warn` for now.
This commit is contained in:
parent
32e6b3b039
commit
1b51e0beec
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ fn default_trusted_servers() -> Vec<OwnedServerName> {
|
|||
}
|
||||
|
||||
fn default_log() -> EnvFilterClone {
|
||||
"warn,state_res=warn,_=off"
|
||||
"info,ruma_state_res=warn"
|
||||
.parse()
|
||||
.expect("hardcoded env filter should be valid")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue