mirror of https://github.com/django/django.git
[2.2.x] Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
Backport of 717362d810
from master
This commit is contained in:
parent
72fe36c246
commit
f6febbc078
|
@ -752,4 +752,5 @@ 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
|
||||
complement or replace this default logging configuration.
|
||||
complement or replace this default logging configuration defined in
|
||||
:source:`django/utils/log.py`.
|
||||
|
|
Loading…
Reference in New Issue