Merge pull request #2128 from kas/patch-1

(docs) Minor grammar fix in logging.rst
This commit is contained in:
Elias Dorneles 2016-07-18 09:24:03 -03:00 committed by GitHub
commit a86562b72b
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