docs: clarify what is logged when "log-level=debug"

This commit is contained in:
Laurence Isla
2024-06-12 18:19:16 -05:00
parent 3f9027904a
commit b52937ef4a
+1
View File
@@ -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.