optimize log tool
This commit is contained in:
@@ -21,7 +21,6 @@ func GetLog(path string, showCodeLine bool) *log.Logger {
|
||||
loger := log.New()
|
||||
loger.SetFormatter(&log.TextFormatter{})
|
||||
loger.AddHook(&hook)
|
||||
loger.Print("dasdasdas")
|
||||
return loger
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user