Skip to content

Commit

Permalink
add env for "DEBUG"
Browse files Browse the repository at this point in the history
  • Loading branch information
staffbase-robert committed Jun 9, 2023
1 parent 46973d7 commit cbb64fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type mainCmd struct {
Master string `required:"" help:"spark master address" env:"SPARK_MASTER"`
DebugSubmit bool `help:"write spark-submit output to logger" env:"DEBUG_SPARK_SUBMIT"`
DevMode bool `help:"sets the logger output to development config"`
Debug bool `help:"enables debug logs"`
Debug bool `help:"enables debug logs" env:"DEBUG"`
}

var CLI struct {
Expand Down

0 comments on commit cbb64fe

Please sign in to comment.