Logging
The [logging] section configures application logging. Static: the logger is initialized once at startup.
The level can be overridden with the RUST_LOG environment variable.
logging: level: "info" show_target: false[logging]level = "info"show_target = false| Key | Default | Description |
|---|---|---|
level |
"info" |
trace, debug, info, warn, or error. |
show_target |
false |
Include the Rust module path in log lines (useful for debugging). |
Related
Section titled “Related”- Telemetry: metrics and health HTTP server
- Configuration overview