diff --git a/internal/logging/logging.go b/internal/logging/logging.go index 76c9328a..62b886e8 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -42,6 +42,7 @@ const ( func Init(logsPath string) error { logrus.SetFormatter(&logrus.TextFormatter{ + ForceColors: true, FullTimestamp: true, TimestampFormat: time.StampMilli, })