We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b78436 commit 0b8d8beCopy full SHA for 0b8d8be
main.go
@@ -70,8 +70,8 @@ func parseConfiguration() {
70
}
71
72
// set internal defaults
73
- configuration.Syslog.Filter.facility = 9223372036854775807
74
- configuration.Syslog.Filter.severity = 9223372036854775807
+ configuration.Syslog.Filter.facility = 2147483647
+ configuration.Syslog.Filter.severity = 2147483647
75
76
// init syslog configuration
77
if configuration.Syslog.Path != "" {
0 commit comments