From 6faa7a2e2567c142da2d91e84589c4228873eb62 Mon Sep 17 00:00:00 2001 From: André Cruz Date: Thu, 12 Jan 2017 18:04:17 +0000 Subject: [1.10.x] Fixed outdated log level in docs/topics/logging.txt. Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283. Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 from master --- 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 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. -- cgit v1.3