mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
enable Logstash auth and prepare for handler for multiple auth types
This commit is contained in:
@@ -892,7 +892,9 @@ LOGGING = {
|
||||
'message_type': 'logstash',
|
||||
'fqdn': True,
|
||||
# 'tags': ['tower'],
|
||||
'formatter': 'json'
|
||||
'formatter': 'json',
|
||||
'username': 'awx_logger',
|
||||
'password': 'workflows',
|
||||
},
|
||||
'mail_admins': {
|
||||
'level': 'ERROR',
|
||||
|
||||
Reference in New Issue
Block a user