mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Allow CTiT log level to log bulk_create lines
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user