Skip to content

Commit 20adb67

Browse files
Add note about setting log level for just mod_wsgi module.
1 parent a34a223 commit 20adb67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/user-guides/debugging-techniques.rst

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ log level instead::
3939

4040
LogLevel info
4141

42+
If you don't want to turn up log verbosity for the whole server, you can
43+
also set the log level for just the mod_wsgi module::
44+
45+
LogLevel warn mod_wsgi:info
46+
4247
If your Apache web server is only providing services for one host, it is
4348
likely that you will only have one error log file. If however the Apache
4449
web server is configured for multiple virtual hosts, then it is possible

0 commit comments

Comments
 (0)