diff --git a/commands/root.go b/commands/root.go index 46f3049..6fa460d 100644 --- a/commands/root.go +++ b/commands/root.go @@ -79,6 +79,8 @@ func initConfig() { func initLog() { Colorizer = aurora.NewAurora(false) logrus.SetFormatter(&logrus.JSONFormatter{}) + logrus.SetOutput(os.Stdout) + if debugMode { logrus.SetLevel(logrus.DebugLevel) logrus.SetReportCaller(true)