syslog: legacy syslog (clog) expects rfc5424 out when being parsed by syslog-ng

This commit is contained in:
Ad Schellevis 2020-07-24 11:02:23 +02:00
parent 629f7f8529
commit bc31d6c9ff

View File

@ -5,7 +5,7 @@
{% if helpers.empty('syslog.disable_clog') %}
destination legacy_dst {
unix-dgram("/var/run/legacy_log" template("<$PRI>${MSGHDR}${MESSAGE}\n"));
unix-dgram("/var/run/legacy_log" flags(syslog-protocol));
};
log {