From 9543e746ec977001b716bb45ef147958e594a154 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 26 Jul 2021 01:11:43 -0500 Subject: [PATCH] Mention log-level=crit/error increase throughput --- configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.rst b/configuration.rst index 9a3711ef2..5f074ac87 100644 --- a/configuration.rst +++ b/configuration.rst @@ -286,6 +286,9 @@ log-level # All the "warn" level events plus all requests (every status code) are logged log-level "info" + + Because currently there's no buffering for logging, the levels with minimal logging(``crit/error``) will increase throughput. + .. _openapi-mode: openapi-mode