Allow CTiT log level to log bulk_create lines

This commit is contained in:
AlanCoding 2020-01-20 12:41:10 -05:00
parent 03cfb7bf9a
commit ceed6f8d9b
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -1142,8 +1142,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'],