feat: add log-level=debug

This commit is contained in:
steve-chavez
2024-04-22 21:36:29 -05:00
committed by Steve Chavez
parent bddfa2782d
commit 3e615bd0d9
6 changed files with 19 additions and 10 deletions
+2
View File
@@ -680,6 +680,8 @@ log-level
# All the "warn" level events plus all requests (every status code) are logged
log-level = "info"
# All the above plus events for development purposes are logged
log-level = "debug"
Because currently there's no buffering for logging, the levels with minimal logging(``crit/error``) will increase throughput.