Explorar el Código

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

Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
André Cruz hace 8 años
padre
commit
e303739f8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.