mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
rsyslogd: ignore /dev/log when we load imuxsock
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$WorkDirectory /var/lib/awx/rsyslog
|
||||
$MaxMessageSize 700000
|
||||
$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
|
||||
$ModLoad imuxsock
|
||||
module(load="imuxsock" SysSock.Use="off")
|
||||
input(type="imuxsock" Socket="/var/run/rsyslog/rsyslog.sock" unlink="on")
|
||||
template(name="awx" type="string" string="%msg%")
|
||||
action(type="omfile" file="/dev/null")
|
||||
|
||||
Reference in New Issue
Block a user