mirror of https://github.com/django/django.git
Fixed #29991 -- Doc'd logger propogation for the default logging config.
This commit is contained in:
parent
41db8cb252
commit
793a71b7be
|
@ -746,5 +746,10 @@ Independent of the value of :setting:`DEBUG`:
|
||||||
* The :ref:`django-server-logger` logger sends messages at the ``INFO`` level
|
* The :ref:`django-server-logger` logger sends messages at the ``INFO`` level
|
||||||
or higher to the console.
|
or higher to the console.
|
||||||
|
|
||||||
|
All loggers except :ref:`django-server-logger` propagate logging to their
|
||||||
|
parents, up to the root ``django`` logger. The ``console`` and ``mail_admins``
|
||||||
|
handlers are attached to the root logger to provide the behavior described
|
||||||
|
above.
|
||||||
|
|
||||||
See also :ref:`Configuring logging <configuring-logging>` to learn how you can
|
See also :ref:`Configuring logging <configuring-logging>` to learn how you can
|
||||||
complement or replace this default logging configuration.
|
complement or replace this default logging configuration.
|
||||||
|
|
Loading…
Reference in New Issue