mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Move supervisor and rsyslog sock files to their own dirs under /var/run
This commit is contained in:
@@ -955,7 +955,7 @@ CHANNEL_LAYERS = {
|
||||
}
|
||||
|
||||
# Logging configuration.
|
||||
LOGGING_SOCK = '/var/run/tower/sockets/rsyslog.sock'
|
||||
LOGGING_SOCK = '/var/run/rsyslog/rsyslog.sock'
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
'disable_existing_loggers': False,
|
||||
|
||||
Reference in New Issue
Block a user