summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndré Cruz <andre@cabine.org>2017-01-12 18:04:17 +0000
committerTim Graham <timograham@gmail.com>2017-01-12 13:04:17 -0500
commite303739f8ee2ca1d087b527ce56f3f5bc5291049 (patch)
treee15338a584a995a2bc02f69f8f63009815ed7b9b /docs
parent1358a67bf95cde86b09b689b4f10f2eeb642de31 (diff)
Fixed outdated log level in docs/topics/logging.txt.
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
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 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.