Merge pull request #3497 from chrismeyersfsu/fix-flake8_deps

Fix flake8 deps
This commit is contained in:
Chris Meyers
2016-09-15 13:33:41 -04:00
committed by GitHub
4 changed files with 3 additions and 12 deletions

View File

@@ -993,15 +993,6 @@ LOGGING = {
'backupCount': 5,
'formatter':'simple',
},
'fact_receiver': {
'level': 'WARNING',
'class':'logging.handlers.RotatingFileHandler',
'filters': ['require_debug_false'],
'filename': os.path.join(LOG_ROOT, 'fact_receiver.log'),
'maxBytes': 1024 * 1024 * 5, # 5 MB
'backupCount': 5,
'formatter':'simple',
},
'system_tracking_migrations': {
'level': 'WARNING',
'class':'logging.handlers.RotatingFileHandler',