mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Allow CTiT log level to log bulk_create lines
This commit is contained in:
parent
03cfb7bf9a
commit
ceed6f8d9b
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user