9 lines
No EOL
298 B
Text
9 lines
No EOL
298 B
Text
destination d_local {
|
|
file("/var/log/system.log" template("$ISODATE $PRI $HOST $MSGHDR $MSG\n"));
|
|
#file("/var/log/messages-kv.log" template("$ISODATE $HOST $(format-welf --scope all-nv-pairs)\n") frac-digits(3));
|
|
};
|
|
|
|
log {
|
|
source(s_network);
|
|
destination(d_local);
|
|
}; |