Преглед изворни кода

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

Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
André Cruz пре 8 година
родитељ
комит
e303739f8e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/topics/logging.txt

+ 1 - 1
docs/topics/logging.txt

@@ -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.