From 1b24eb34ee6aaef5151c2dc8a84bc4d4a7bd2e93 Mon Sep 17 00:00:00 2001 From: Devin Stein Date: Fri, 10 Dec 2021 15:08:51 -0800 Subject: [PATCH] Add missing = in log-level docs --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 2826e2d5d..3b76ea765 100644 --- a/configuration.rst +++ b/configuration.rst @@ -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.