summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
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.