mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
- Fix messages getting contatenated at 8k - Fix rsyslog cutting off the opening brace of log messages - Make valid default conf and emit logs based on prescence of .sock and settings
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
$WorkDirectory /var/lib/awx/rsyslog
|
|
$MaxMessageSize 700000
|
|
$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
|
|
$ModLoad imuxsock
|
|
input(type="imuxsock" Socket="/var/run/rsyslog/rsyslog.sock" unlink="on")
|
|
template(name="awx" type="string" string="%msg%")
|