Merge pull request #5707 from AlanCoding/bulk_create_logs

Allow CTiT log level to log bulk_create lines

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-01-22 15:04:17 +00:00
committed by GitHub

View File

@@ -1144,8 +1144,7 @@ LOGGING = {
'handlers': ['null'] 'handlers': ['null']
}, },
'awx.main.commands.run_callback_receiver': { 'awx.main.commands.run_callback_receiver': {
'handlers': ['callback_receiver'], 'handlers': ['callback_receiver'], # level handled by dynamic_level_filter
'level': 'INFO' # in debug mode, includes full callback data
}, },
'awx.main.dispatch': { 'awx.main.dispatch': {
'handlers': ['dispatcher'], 'handlers': ['dispatcher'],