Skip to content

Commit

Permalink
Add note about setting log level for just mod_wsgi module.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 13, 2024
1 parent a34a223 commit 20adb67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-guides/debugging-techniques.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20adb67

Please sign in to comment.