Update logging.rst

This commit is contained in:
Kenneth Schnall 2016-07-15 23:14:11 -04:00 committed by GitHub
parent 79639d0fec
commit 5fabed514e
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ These settings can be used to configure the logging:
* :setting:`LOG_DATEFORMAT`
* :setting:`LOG_STDOUT`
First couple of settings define a destination for log messages. If
The first couple of settings define a destination for log messages. If
:setting:`LOG_FILE` is set, messages sent through the root logger will be
redirected to a file named :setting:`LOG_FILE` with encoding
:setting:`LOG_ENCODING`. If unset and :setting:`LOG_ENABLED` is ``True``, log