mirror of https://github.com/k3s-io/k3s
Allow --debug to be set with K3S_DEBUG env var
parent
f3b1ba7fe9
commit
3e213d1347
|
@ -25,6 +25,7 @@ func NewApp() *cli.App {
|
|||
Name: "debug",
|
||||
Usage: "Turn on debug logs",
|
||||
Destination: &debug,
|
||||
EnvVar: "K3S_DEBUG",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue