Fixed outdated log level in docs/topics/logging.txt.

Refs b3acdeee50.
This commit is contained in:
André Cruz 2017-01-12 18:04:17 +00:00 committed by Tim Graham
parent 1358a67bf9
commit e303739f8e
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,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.