Skip to content

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
KeyDefaultDescription
level"info"trace, debug, info, warn, or error.
show_targetfalseInclude the Rust module path in log lines (useful for debugging).