forked from golang/glog
-
Notifications
You must be signed in to change notification settings - Fork 227
Open
kubernetes/kubernetes
#78465Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Description
/kind bug
What steps did you take and what happened:
https://play.golang.com/p/6l8KNG_iOsM
Configuring klog to write to a file and logtostderr=false, the log file is openned and wrote three times with the same content.
Removing the flush, writes three times the headers, but no content.
What did you expect to happen:
Only one open and write.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Type
Projects
Status
Needs Triage