Server & networking
Global · server
enum
logging_level
Verbosity floor for proxy logs.
- Config key
logging_level- Scope
- Global · server
- Type
- enum
- Default
error (prod) · debug (dev)
Sets how chatty the logs are. Accepted values, least to most verbose: off, error, warn, info, debug, trace. Defaults to error in production and debug in development. An unrecognised value aborts startup.
⚡Don't run debug in prod
Verbose logging is a real throughput tax at high request rates and can leak detail into logs. Keep production at
error or warn.logging_level = "error"