diff options
| author | Georg Brandl <georg@python.org> | 2016-02-26 19:37:52 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-02-26 19:37:52 +0100 |
| commit | 3902d62c4e9810f1386090dd60b38f5aa6e99512 (patch) | |
| tree | b69ace11aa32fdc82e4b83b94c647e1d7673cd99 /Doc/howto/logging-cookbook.rst | |
| parent | 1a41c44af9e16363e3ae2fc8626d69fd240d35e8 (diff) | |
| parent | 5d9413404017a829aa5ddb52be6019fb63ec5c09 (diff) | |
| download | cpython-git-3902d62c4e9810f1386090dd60b38f5aa6e99512.tar.gz | |
merge with 3.5
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
| -rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 44718d57c5..582a034ac6 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -1316,7 +1316,7 @@ An example dictionary-based configuration ----------------------------------------- Below is an example of a logging configuration dictionary - it's taken from -the `documentation on the Django project <https://docs.djangoproject.com/en/1.3/topics/logging/#configuring-logging>`_. +the `documentation on the Django project <https://docs.djangoproject.com/en/1.4/topics/logging/#configuring-logging>`_. This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect:: LOGGING = { |
