Refs #24361 -- Corrected documented level of the 'django' logger.

The logger doesn't define an explicit level, therefore it defaults
to WARNING.
This commit is contained in:
Tim Graham 2015-09-23 11:20:28 -04:00
parent 5add28dad0
commit 4a06a904dc
1 changed files with 2 additions and 2 deletions

View File

@ -695,8 +695,8 @@ By default, Django configures the following logging:
When :setting:`DEBUG` is ``True``: When :setting:`DEBUG` is ``True``:
* The ``django`` catch-all logger sends all messages at the ``INFO`` level or * The ``django`` catch-all logger sends all messages at the ``WARNING`` level
higher to the console. Django doesn't make any such logging calls at this or higher to the console. Django doesn't make any such logging calls at this
time (all logging is at the ``DEBUG`` level or handled by the time (all logging is at the ``DEBUG`` level or handled by the
``django.request`` and ``django.security`` loggers). ``django.request`` and ``django.security`` loggers).