From 41879e0087daf7a718795c64739b2927f3274230 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 31 Jan 2018 14:43:27 -0500 Subject: [PATCH] Update comment. --- openedx/core/lib/logsettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/lib/logsettings.py b/openedx/core/lib/logsettings.py index d0f9b6d2cc..ce1cae7ddb 100644 --- a/openedx/core/lib/logsettings.py +++ b/openedx/core/lib/logsettings.py @@ -96,7 +96,7 @@ def get_logger_config(log_dir, 'propagate': True, }, # requests is so loud at INFO (logs every connection) that we - # force it to warn in production environments + # force it to warn by default. 'requests.packages.urllib3': { 'level': 'WARN' }