Skip to content

Commit

Permalink
Fix syslog severity mapping to be in line with specification (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
sincejune authored Nov 9, 2021
1 parent 12dd2d3 commit 9cf3799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/builtin/parser/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ var severityMapping = [...]entry.Severity{
2: entry.Error2,
3: entry.Error,
4: entry.Warn,
5: entry.Info3,
5: entry.Info2,
6: entry.Info,
7: entry.Debug,
}
Expand Down

0 comments on commit 9cf3799

Please sign in to comment.