Server & networking
Global · server
boolean
add_request_logging
Log a line per HTTP request (access log).
- Config key
add_request_logging- Scope
- Global · server
- Type
- boolean
- Default
false
Emits an access-log entry for each request. Invaluable for debugging and traffic analysis, but high-volume — every request becomes a log line. Off by default.
⚡Volume awareness
At thousands of requests per second this generates a lot of log I/O. Enable it deliberately and ship the output somewhere that can absorb it.
add_request_logging = false