diff options
| author | Ahisahar Pretel <ahisaharpretel@gmail.com> | 2019-05-07 21:12:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-15 12:37:21 +0200 |
| commit | f6febbc078aed627ec937f7e56876dc208a5e339 (patch) | |
| tree | 1a3db4534e472b0b6aa5153d6a59401bd038afa5 | |
| parent | 72fe36c2467823368603327bebae77f753550899 (diff) | |
[2.2.x] Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
| -rw-r--r-- | docs/topics/logging.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index c6aa0c5a5a..ca23609cee 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -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`. |
