Add missing = in log-level docs

This commit is contained in:
Devin Stein
2021-12-10 18:08:51 -05:00
committed by GitHub
parent d5fb73bf9b
commit 1b24eb34ee
+1 -1
View File
@@ -272,7 +272,7 @@ log-level
log-level = "warn"
# All the "warn" level events plus all requests (every status code) are logged
log-level "info"
log-level = "info"
Because currently there's no buffering for logging, the levels with minimal logging(``crit/error``) will increase throughput.