Skip to content

Commit

Permalink
Color depends on pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
IljaN committed Dec 17, 2020
1 parent 09894fc commit 888730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocis/pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func RootWithConfig(cfg *config.Config) []cli.Flag {
Destination: &cfg.Log.Pretty,
},
&cli.BoolFlag{
Value: false,
Value: true,
Name: "log-color",
Usage: "Enable colored logging",
EnvVars: []string{"OCIS_LOG_COLOR"},
Expand Down

0 comments on commit 888730b

Please sign in to comment.