Skip to content

Commit 2e0411f

Browse files
committed
specify default filter
1 parent de47711 commit 2e0411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewConfig() *Config {
5454
MaxBackups: 10,
5555
MaxSize: 100,
5656
},
57-
FilterType: "",
57+
FilterType: "null",
5858
LogFile: "stdout",
5959
LogFormat: "text",
6060
LogLevel: "info",

0 commit comments

Comments
 (0)