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
commit 23b2b136d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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