logs-fix-3
This commit is contained in:
@@ -28,7 +28,7 @@ func main() {
|
||||
flag.Parse()
|
||||
|
||||
// global log level
|
||||
logrus.SetFormatter(logs.LogUTCFormatter{&logrus.JSONFormatter{}})
|
||||
logrus.SetFormatter(&logs.LogJSONFormatter{})
|
||||
|
||||
constants.VERSION = VERSION
|
||||
|
||||
|
Reference in New Issue
Block a user