1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.10.x] Fixed outdated log level in docs/topics/logging.txt.

Refs b3acdeee50.

Backport of e303739f8e from master
This commit is contained in:
André Cruz
2017-01-12 18:04:17 +00:00
committed by Tim Graham
parent 9b16503b76
commit 6faa7a2e25

View File

@@ -382,7 +382,7 @@ This logging configuration does the following things:
* Defines two handlers:
* ``console``, a StreamHandler, which will print any ``DEBUG``
* ``console``, a StreamHandler, which will print any ``INFO``
(or higher) message to stderr. This handler uses the ``simple`` output
format.