-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Update cheatsheet.md #25389
Update cheatsheet.md #25389
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @sangam14! |
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: 619eb00 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5fc9761945423d00088eef1f 😎 Browse the preview: https://deploy-preview-25389--kubernetes-io-master-staging.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sangam14
Pls sign the CLA in order for the PR to be reviewed.
@Arhell https://identity.linuxfoundation.org/projects/cncf any you help me with this ! what I need to fill up under Contact >
|
@sangam14 |
/check-cla |
@Arhell Done ! |
/assign @bradtopol |
@sangam14 why did you close this? It's perfect; just what we need!!! |
@sangam14 sometimes PR reviews can take a long while. See kubernetes/kubernetes#96920 which was waiting 17 days! 😄 |
@@ -390,6 +390,7 @@ Verbosity | Description | |||
`--v=2` | Useful steady state information about the service and important log messages that may correlate to significant changes in the system. This is the recommended default log level for most systems. | |||
`--v=3` | Extended information about changes. | |||
`--v=4` | Debug level verbosity. | |||
`--v=5` | Trace level verbosity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to know this level is Trace?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oomichi @sangam14
See:
https://github.com/kubernetes/community/blob/4eeba4d57bed01502cb09598a74d21671d4ee876/contributors/devel/sig-instrumentation/logging.md#L28
(not sure why GitHub isn't displaying contents 🙄)
klog.V(5) - Trace level verbosity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubectl
uses klog
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
klog have flags from --v=0 to 5 . and 4 is missing from official documentation !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sangam14 I'm not sure what you mean—level 4 is documented at https://github.com/kubernetes/community/blob/4eeba4d57bed01502cb09598a74d21671d4ee876/contributors/devel/sig-instrumentation/logging.md#L28.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bl-ue
Thanks for your reply, that is a perfect answer for me :-)
/lgtm
LGTM label has been added. Git tree hash: 5e5c9297b3ea3fe66e43575427d5ff4aa50e8c9a
|
/cc @brianpursley |
Thanks @sangam14 . |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bl-ue, brianpursley, kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.