mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
flake8 fixes
This commit is contained in:
@@ -973,15 +973,6 @@ LOGGING = {
|
|||||||
'backupCount': 5,
|
'backupCount': 5,
|
||||||
'formatter':'simple',
|
'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': {
|
'system_tracking_migrations': {
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
'class':'logging.handlers.RotatingFileHandler',
|
'class':'logging.handlers.RotatingFileHandler',
|
||||||
|
|||||||
Reference in New Issue
Block a user