From 20adb674dbb324136aaa5b772b4794bce327b285 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Fri, 13 Sep 2024 14:53:03 +1000 Subject: [PATCH] Add note about setting log level for just mod_wsgi module. --- docs/user-guides/debugging-techniques.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guides/debugging-techniques.rst b/docs/user-guides/debugging-techniques.rst index 74146ed0..2d9b7e68 100644 --- a/docs/user-guides/debugging-techniques.rst +++ b/docs/user-guides/debugging-techniques.rst @@ -39,6 +39,11 @@ log level instead:: LogLevel info +If you don't want to turn up log verbosity for the whole server, you can +also set the log level for just the mod_wsgi module:: + + LogLevel warn mod_wsgi:info + If your Apache web server is only providing services for one host, it is likely that you will only have one error log file. If however the Apache web server is configured for multiple virtual hosts, then it is possible