Commit 9f993d0d by feidy

update logger

parent 1611f1da
......@@ -77,7 +77,7 @@ func WithCompress(compress bool) loggerOption {
}
}
func WithWithConsole(isConsole bool) loggerOption {
func WithConsole(isConsole bool) loggerOption {
return func(m *loggerConfig) {
m.Console = isConsole
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment