enable Logstash auth and prepare for handler for multiple auth types

This commit is contained in:
AlanCoding
2016-11-29 13:59:33 -05:00
parent 7df11c59c0
commit f3805b1317
3 changed files with 31 additions and 6 deletions

View File

@@ -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',