From 5fabed514e6edea5594b632ba105831abccc72e5 Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Fri, 15 Jul 2016 23:14:11 -0400 Subject: [PATCH] Update logging.rst --- docs/topics/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/logging.rst b/docs/topics/logging.rst index 062c6e518..b7aa6d985 100644 --- a/docs/topics/logging.rst +++ b/docs/topics/logging.rst @@ -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