diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 59edcdd49a..e35b4e3696 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -382,7 +382,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.