mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 23:11:25 +02:00
fix logs not printing correctly, removed unneccessary loggers
This commit is contained in:
@@ -27,7 +27,6 @@ func InitLogger(out io.Writer) {
|
||||
default:
|
||||
timeFmt = "01-02 15:04"
|
||||
level = zerolog.InfoLevel
|
||||
exclude = []string{"module"}
|
||||
}
|
||||
|
||||
prefixLength := len(timeFmt) + 5 // level takes 3 + 2 spaces
|
||||
|
||||
Reference in New Issue
Block a user