mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Add social log messages to tower's log on error
This commit is contained in:
@@ -827,5 +827,9 @@ LOGGING = {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'social': {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user