mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03: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:
commit
23b2b136d6
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user