There was an error while loading. Please reload this page.
1 parent e36b6a2 commit a737ccaCopy full SHA for a737cca
cmd/deepcopy-gen/main.go
@@ -63,9 +63,7 @@ func main() {
63
// By default klog writes to stderr. Setting logtostderr to false makes klog
64
// write to a log file.
65
flag.Set("logtostderr", "false")
66
-flag.Set("log_file", "myfile.log")
67
flag.Parse()
68
-klog.Info("nice to meet you")
69
klog.Flush()
70
arguments := args.Default()
71
myfile.log
test/e2e/check.go
0 commit comments