mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
$WorkDirectory /var/lib/awx/rsyslog
|
|
$MaxMessageSize 700000
|
|
$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
|
|
module(load="imuxsock" SysSock.Use="off")
|
|
input(type="imuxsock" Socket="/var/run/awx-rsyslog/rsyslog.sock" unlink="on")
|
|
template(name="awx" type="string" string="%msg%")
|
|
action(type="omfile" file="/dev/null")
|