mirror of https://github.com/k3s-io/k3s
Merge pull request #70917 from dims/add-log-file-option-to-kubelet-flags
add log_file option to kubelet flagspull/58/head
commit
5ec9349276
|
@ -104,6 +104,7 @@ func addGlogFlags(fs *pflag.FlagSet) {
|
|||
register(global, local, "vmodule")
|
||||
register(global, local, "log_backtrace_at")
|
||||
register(global, local, "log_dir")
|
||||
register(global, local, "log_file")
|
||||
|
||||
fs.AddFlagSet(local)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue