mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
- 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%")
|