logs-fix-3

This commit is contained in:
2024-01-22 14:49:58 +03:00
parent 07a26991e9
commit c53ada95eb
3 changed files with 62 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ func main() {
flag.Parse()
// global log level
logrus.SetFormatter(logs.LogUTCFormatter{&logrus.JSONFormatter{}})
logrus.SetFormatter(&logs.LogJSONFormatter{})
constants.VERSION = VERSION