diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index a44358a75b..15a49f0d4d 100644 --- a/docs/topics/logging.txt +++ b/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.