0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed #30316 -- Added source code link to the default logging configuration in logging docs.

This commit is contained in:
Ahisahar Pretel 2019-05-07 21:12:58 +02:00 committed by Mariusz Felisiak
parent bd228cb599
commit 717362d810

View File

@ -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`.