Skip to content

Commit

Permalink
There is no obvious reason why log messages beginning with # should b…
Browse files Browse the repository at this point in the history
…e discarded
  • Loading branch information
Felix Friedrich committed Dec 17, 2018
1 parent 6fb632d commit 302ed2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filter {
}

# Drop empty useless logs
if [message] =~ /^\s*$/ or [message] =~ /^#.*$/ {
if [message] =~ /^\s*$/ {
drop { }
}

Expand Down

0 comments on commit 302ed2b

Please sign in to comment.