mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Allow --debug to be set with K3S_DEBUG env var
This commit is contained in:
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
Block a user