Unverified Commit 5ec93492 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70917 from dims/add-log-file-option-to-kubelet-flags

add log_file option to kubelet flags
parents 3ea3cfc3 cf142a2d
......@@ -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)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment