mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Allow CTiT log level to log bulk_create lines
This commit is contained in:
@@ -1142,8 +1142,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