Quellcode durchsuchen

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

Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
André Cruz vor 8 Jahren
Ursprung
Commit
e303739f8e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.