Ver código fonte

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

Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
André Cruz 8 anos atrás
pai
commit
e303739f8e
1 arquivos alterados com 1 adições e 1 exclusões
  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.