mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
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")
|