You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #942: Config overhaul: rename log_level to threshold
af61e20 feat: [#936] rename config value log_level to threshold (Jose Celano)
Pull request description:
Rename config option `log_level` to `threshold`.
From:
```toml
[logging]
log_level = "info"
```
To:
```toml
[logging]
threshold = "info"
```
Threshold representts better the concept since this value is the security level at which the app stops collecting logs, meaning it filters out logs with a lower security level.
ACKs for top commit:
josecelano:
ACK af61e20
Tree-SHA512: 499f9f171a21b98094013f7303ae00d3f2b280af44fa5d117508dc474d1787e6049c556eba3fe16adc082e9730cf7039fd078da0c4f5a265cbda72fd7c887586
0 commit comments