diff options
| author | André Cruz <andre@cabine.org> | 2017-01-12 18:04:17 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-12 13:04:52 -0500 |
| commit | 6faa7a2e2567c142da2d91e84589c4228873eb62 (patch) | |
| tree | 9318f71d825cc8180549aa1e1c34f148e55ee1fa | |
| parent | 9b16503b76b2c3fb19afd6cd9714da5adbcf04c3 (diff) | |
[1.10.x] Fixed outdated log level in docs/topics/logging.txt.
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 from master
| -rw-r--r-- | docs/topics/logging.txt | 2 |
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. |
