diff --git a/cmd/root.go b/cmd/root.go index 30aef81e..45036b03 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -43,10 +43,10 @@ func init() { fmt := new(logrus.TextFormatter) fmt.TimestampFormat = "15:04:05" fmt.FullTimestamp = true - fmt.DisableColors = false + fmt.DisableColors = true if runtime.GOOS == sys.Windows() { - fmt.ForceColors = true + fmt.DisableColors = true logrus.SetOutput(colorable.NewColorableStdout()) }