mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
[1.10.x] Fixed outdated log level in docs/topics/logging.txt.
Refsb3acdeee50
. Backport ofe303739f8e
from master
This commit is contained in:
parent
9b16503b76
commit
6faa7a2e25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue