mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
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:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user