Fix goreleaser version to 1.6.3 (#266)

As status command relies on log,
we should always use console as output

Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
This commit is contained in:
Mikhail Bragin
2022-03-14 13:16:16 +01:00
committed by GitHub
parent e3b809a1d4
commit 1660a915e2
6 changed files with 14 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ var statusCmd = &cobra.Command{
RunE: func(cmd *cobra.Command, args []string) error {
SetFlagsFromEnvVars()
err := util.InitLog(logLevel, logFile)
err := util.InitLog(logLevel, "console")
if err != nil {
log.Errorf("failed initializing log %v", err)
return err