Fixed LOGGING setting docs
This commit is contained in:
parent
99b467f272
commit
8db264cbc8
|
@ -1350,8 +1350,14 @@ A data structure containing configuration information. The contents of
|
||||||
this data structure will be passed as the argument to the
|
this data structure will be passed as the argument to the
|
||||||
configuration method described in :setting:`LOGGING_CONFIG`.
|
configuration method described in :setting:`LOGGING_CONFIG`.
|
||||||
|
|
||||||
The default logging configuration passes HTTP 500 server errors to an
|
Among other things, the default logging configuration passes HTTP 500 server
|
||||||
email log handler; all other log messages are given to a NullHandler.
|
errors to an email log handler when :setting:`DEBUG` is ``False``. See also
|
||||||
|
:ref:`configuring-logging`.
|
||||||
|
|
||||||
|
You can see the default logging configuration by looking in
|
||||||
|
``django/utils/log.py`` (or view the `online source`__).
|
||||||
|
|
||||||
|
__ https://github.com/django/django/blob/master/django/utils/log.py
|
||||||
|
|
||||||
.. setting:: LOGGING_CONFIG
|
.. setting:: LOGGING_CONFIG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue