From e303739f8ee2ca1d087b527ce56f3f5bc5291049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Thu, 12 Jan 2017 18:04:17 +0000 Subject: [PATCH] Fixed outdated log level in docs/topics/logging.txt. Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283. --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.