Merge pull request #2597 from edx/release

Release
This commit is contained in:
Julia Hansbrough
2014-02-13 15:17:38 -05:00
8 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import logging
# Silence noisy loggers
LOG_OVERRIDES = [
('requests.packages.urllib3.connectionpool', logging.ERROR),
('django.db.backends', logging.ERROR)
('django.db.backends', logging.ERROR),
]
for log_name, log_level in LOG_OVERRIDES: