From 4e084b664c7d2b98c1a89d4a68fb61f55e47bc45 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 11 Jun 2024 14:42:00 -0500 Subject: [PATCH] docs: clarify what is logged when "log-level=debug" --- docs/references/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/references/configuration.rst b/docs/references/configuration.rst index b6f3d197e..8b02d3e1e 100644 --- a/docs/references/configuration.rst +++ b/docs/references/configuration.rst @@ -694,6 +694,7 @@ log-level log-level = "info" # All the above plus events for development purposes are logged + # Logs connection pool events and the schema cache parsing time log-level = "debug" Because currently there's no buffering for logging, the levels with minimal logging(``crit/error``) will increase throughput.