Skip to content

Commit

Permalink
Syslog, missing <PRI> in legacy output, leading to extensive logging. c…
Browse files Browse the repository at this point in the history
…loses #3616
  • Loading branch information
AdSchellevis committed Jul 31, 2019
1 parent cb78659 commit 387d41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

destination legacy_dst {
unix-dgram("/var/run/legacy_log" template("${MSGHDR}${MESSAGE}\n"));
unix-dgram("/var/run/legacy_log" template("<$PRI>${MSGHDR}${MESSAGE}\n"));
};

log {
Expand Down

0 comments on commit 387d41d

Please sign in to comment.