mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Fix up docker compose local settings
This commit is contained in:
@@ -136,12 +136,11 @@ EMAIL_SUBJECT_PREFIX = '[AWX] '
|
|||||||
|
|
||||||
# Enable logging to syslog. Setting level to ERROR captures 500 errors,
|
# Enable logging to syslog. Setting level to ERROR captures 500 errors,
|
||||||
# WARNING also logs 4xx responses.
|
# WARNING also logs 4xx responses.
|
||||||
|
|
||||||
LOGGING['handlers']['syslog'] = {
|
LOGGING['handlers']['syslog'] = {
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
'filters': [],
|
'filters': ['require_debug_false'],
|
||||||
'class': 'logging.handlers.SysLogHandler',
|
'class': 'django.utils.log.NullHandler',
|
||||||
'address': '/dev/log',
|
|
||||||
'facility': 'local0',
|
|
||||||
'formatter': 'simple',
|
'formatter': 'simple',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user