Skip to content

Commit

Permalink
Don't tag leftover messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DBezemer committed Apr 21, 2020
1 parent b8daed1 commit 41f2f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions SOURCES/haproxy.syslog.el7
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ if $programname startswith 'haproxy' then {
if $syslogseverity <= 5 then
action(type="omfile" file="/var/log/haproxy/status.log" template="HAProxy")
stop
} else
action(type="omfile" file="/var/log/messages")
}
3 changes: 1 addition & 2 deletions SOURCES/haproxy.syslog.el8
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ if $programname startswith 'haproxy' then {
if $syslogseverity <= 5 then
action(type="omfile" file="/var/log/haproxy/status.log" template="HAProxy")
stop
} else
action(type="omfile" file="/var/log/messages")
}

0 comments on commit 41f2f5a

Please sign in to comment.