Skip to content

Commit

Permalink
Output to log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Dec 1, 2020
1 parent 4b13b4f commit 418ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (c *PlanCommand) Run(args []string) int {
flags.StringVar(&logLevel, "log-level", "INFO", "")
flags.StringVar(&logFormat, "log-format", "HUMAN", "")
flags.StringVar(&outFormat, "output-format", "DIFF", "")
flags.StringVar(&outDest, "output-to", "CLI", "")
flags.StringVar(&outDest, "output-to", "LOG", "")
flags.Var((*helper.FlagStringSlice)(&config.Template.VariableFiles), "var-file", "")

if err = flags.Parse(args); err != nil {
Expand Down

0 comments on commit 418ce1d

Please sign in to comment.