Skip to content

Commit

Permalink
false is default
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jun 5, 2024
1 parent e088528 commit b7254f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ var Flags = []cli.Flag{
FilePath: "/vela/database/log_show_sql",
Name: "database.log.show_sql",
Usage: "show the SQL query in the logs",
Value: false,
},
&cli.BoolFlag{
EnvVars: []string{"VELA_DATABASE_LOG_SKIP_NOTFOUND", "DATABASE_LOG_SKIP_NOTFOUND"},
Expand Down

0 comments on commit b7254f1

Please sign in to comment.