Change loggers from non-propagating to INFO filter

This commit is contained in:
AlanCoding 2018-08-20 08:12:34 -04:00
parent 1b8cb45024
commit 3f841180da
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

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'],