GODT-947 Force colors in logs

This commit is contained in:
Michal Horejsek
2021-04-13 09:37:35 +02:00
parent d243880753
commit ba1dfb1bf4

View File

@ -42,6 +42,7 @@ const (
func Init(logsPath string) error {
logrus.SetFormatter(&logrus.TextFormatter{
ForceColors: true,
FullTimestamp: true,
TimestampFormat: time.StampMilli,
})