Log levels
Log levels in increasing verbosity:ERROR, WARNING, INFO (default), DEBUG, TRACE.
| Level | What you see |
|---|---|
ERROR | Backend connection failures, unrecoverable errors |
WARNING | IPs quarantined, connection errors, requests dropped |
INFO | Server start/stop, IP released from quarantine |
DEBUG | Request dispatch (method, URL, IP), retry decisions, pool seeding |
TRACE | Every queue push/pop, every Redis command, every connection open/close |