We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de47711 commit 2e0411fCopy full SHA for 2e0411f
config/config.go
@@ -54,7 +54,7 @@ func NewConfig() *Config {
54
MaxBackups: 10,
55
MaxSize: 100,
56
},
57
- FilterType: "",
+ FilterType: "null",
58
LogFile: "stdout",
59
LogFormat: "text",
60
LogLevel: "info",
0 commit comments