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

add log_file option to kubelet flags
pull/58/head
k8s-ci-robot 2018-11-16 15:16:53 -08:00 committed by GitHub
commit 5ec9349276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}