mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
Add env var for log level
This commit is contained in:
parent
049cce9e39
commit
a8475a3999
@ -15,8 +15,9 @@ const logLevelFlag = "log-level"
|
||||
func loggingFlags() []cli.Flag {
|
||||
return []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: logLevelFlag,
|
||||
Usage: "logging-level",
|
||||
Name: logLevelFlag,
|
||||
Usage: "logging-level",
|
||||
EnvVar: "PLUGIN_LOG_LEVEL",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user