Merge pull request #2881 from AlanCoding/log_cul_de_sacs

Change loggers from non-propagating to INFO filter
This commit is contained in:
Alan Rominger 2018-08-21 07:36:52 -04:00 committed by GitHub
commit ee139b306c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1172,16 +1172,13 @@ LOGGING = {
'propagate': False
},
'awx.main.access': {
'handlers': ['null'],
'propagate': False,
'level': 'INFO', # very verbose debug-level logs
},
'awx.main.signals': {
'handlers': ['null'],
'propagate': False,
'level': 'INFO', # very verbose debug-level logs
},
'awx.api.permissions': {
'handlers': ['null'],
'propagate': False,
'level': 'INFO', # very verbose debug-level logs
},
'awx.analytics': {
'handlers': ['external_logger'],