1
0
mirror of https://github.com/django/django.git synced 2025-04-22 00:04:43 +00:00

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

Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.

Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 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.