Skip to content

Commit

Permalink
show normal set of logrus levels
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jun 5, 2024
1 parent b7254f1 commit 0a49261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var Flags = []cli.Flag{
EnvVars: []string{"VELA_DATABASE_LOG_LEVEL", "DATABASE_LOG_LEVEL"},
FilePath: "/vela/database/log_level",
Name: "database.log.level",
Usage: "set log level - options: (trace|info|warn|error)",
Usage: "set log level - options: (trace|debug|info|warn|error|fatal|panic)",
Value: "warn",
},
&cli.BoolFlag{
Expand Down

0 comments on commit 0a49261

Please sign in to comment.