-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusing arguments #54
Comments
There's two issues at play here:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What steps did you take and what happened:
It is kinda difficult to configure logging, as arguments don't work as expected.
Doc is outdated and still show glog:
https://godoc.org/k8s.io/klog
But in code is defaulted to
true
:Examples of weird behaviours.
No initialization shows >=error:
But if klog is initializated, it shows info and error (because flag
logtostderr
is set to true):Also weird because default value for stderrthreshold is ERROR and the doc says:
Then I switch off logging to stderr:
And now it keeps logging to stderr but just error level.
What did you expect to happen:
Updated doc and a understandable behaviour.
The text was updated successfully, but these errors were encountered: