Skip to content
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

Minimize log level for request backoffs #18858

Merged
merged 1 commit into from
Dec 22, 2015

Conversation

jayunit100
Copy link
Member

Fixes #18796 so that logs only will be created if running at high verbosity.
I can delete it if we really want... but the logs will trail off after startup either way...

while true; do cat /tmp/kube* | grep ackoff | wc -l
sleep 1 ; done
138
138
138
138
139
139
141
141
141
142

@k8s-github-robot
Copy link

Labelling this PR as size/XS

@k8s-github-robot k8s-github-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 17, 2015
@jayunit100
Copy link
Member Author

cc @krousey also happy to delete the log, but figured id propose this first.

@k8s-bot
Copy link

k8s-bot commented Dec 17, 2015

GCE e2e test build/test passed for commit 3d0c385dc1a40268a0a4afc7326d16b22800350b.

@jayunit100
Copy link
Member Author

@k8s-bot test this please

@k8s-bot
Copy link

k8s-bot commented Dec 17, 2015

GCE e2e test build/test passed for commit 3d0c385dc1a40268a0a4afc7326d16b22800350b.

@jayunit100
Copy link
Member Author

To simplify ive just deleted the logs entirely. Also removed an excess blank line here.

@k8s-bot
Copy link

k8s-bot commented Dec 17, 2015

GCE e2e build/test failed for commit c2982e826c7e25b4ae50cbda075329fe61ed336d.

@jayunit100
Copy link
Member Author

hi folks, this should be an easy one to take off the queue if anyone can take a quick look at it :) ... @krousey @thockin

@wojtek-t
Copy link
Member

@jayunit100 - can you please fix:

 # k8s.io/kubernetes/pkg/client/unversioned
  _output/local/go/src/k8s.io/kubernetes/pkg/client/unversioned/restclient.go:27: imported and not used: "github.com/golang/glog"

@jayunit100
Copy link
Member Author

ah, yup. done.

@k8s-bot
Copy link

k8s-bot commented Dec 22, 2015

GCE e2e test build/test passed for commit 4891d82.

@wojtek-t wojtek-t assigned wojtek-t and unassigned thockin Dec 22, 2015
@wojtek-t wojtek-t added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 22, 2015
@wojtek-t
Copy link
Member

LGTM

mikedanese added a commit that referenced this pull request Dec 22, 2015
Minimize log level for request backoffs
@mikedanese mikedanese merged commit da8b85e into kubernetes:master Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants