logmonitor/etc/syslog-ng/templates/d_local.template

12 lines
275 B
Plaintext
Raw Normal View History

2021-01-28 07:10:11 -05:00
destination d_local {
file("/var/log/messages");
file("/var/log/messages-kv.log" template("$ISODATE $HOST $(format-welf --scope all-nv-pairs)\n") frac-digits(3));
};
log {
source(s_local);
source(s_network);
destination(d_local);
};