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
feat: [torrust#936] rename config value log_level to threshold
From:
```toml
[logging]
log_level = "info"
```
To:
```toml
[logging]
threshold = "info"
```
Threshold represetns 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.
0 commit comments