-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Refactor logging to use trace instead of debug #15
Labels
Milestone
Comments
estahn
added a commit
that referenced
this issue
Dec 17, 2020
Certain logs are more verbose and are not necessarily required for debugging, hence introducing trace. Logs now contain more details about the AdmissionReview request, such as UID, Kind, Name and Namespace. fixes #15
🎉 This issue has been resolved in version 1.0.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Dec 21, 2020
# 1.0.0-beta.1 (2020-12-21) ### Bug Fixes * hardcoded AWS region ([3cc0d49](3cc0d49)), closes [#20](#20) [#17](#17) * **chart:** serviceaccount missing annotation tag ([#21](#21)) ([7164626](7164626)) * trace for verbose logs and improve context ([58e05dc](58e05dc)), closes [#15](#15) ### Features * helm chart ([00f6b74](00f6b74)) * POC ([fedcb22](fedcb22))
🎉 This issue has been resolved in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
estahn
pushed a commit
that referenced
this issue
Dec 25, 2020
# 1.0.0-beta.1 (2020-12-21) ### Bug Fixes * hardcoded AWS region ([3cc0d49](3cc0d49)), closes [#20](#20) [#17](#17) * **chart:** serviceaccount missing annotation tag ([#21](#21)) ([7164626](7164626)) * trace for verbose logs and improve context ([58e05dc](58e05dc)), closes [#15](#15) ### Features * helm chart ([00f6b74](00f6b74)) * POC ([fedcb22](fedcb22))
github-actions bot
pushed a commit
that referenced
this issue
Dec 25, 2020
# 1.0.0 (2020-12-25) ### Bug Fixes * bump skopeo from 0.2.0 to 1.2.0 ([84025aa](84025aa)) * hardcoded AWS region ([3cc0d49](3cc0d49)), closes [#20](#20) [#17](#17) * **chart:** serviceaccount missing annotation tag ([#21](#21)) ([7164626](7164626)) * trace for verbose logs and improve context ([58e05dc](58e05dc)), closes [#15](#15) ### Features * allow filters for container context ([37d0a4d](37d0a4d)), closes [#32](#32) * automatic token renewal before expiry ([a7c45b8](a7c45b8)), closes [#31](#31) * helm chart ([00f6b74](00f6b74)) * ImageSwapPolicy defines the mutation strategy used by the webhook. ([9d61659](9d61659)) * POC ([fedcb22](fedcb22))
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
rattboi
added a commit
to rattboi/k8s-image-swapper
that referenced
this issue
May 6, 2022
fix estahn#15 This solution is taken almost directly from CRI-O, as referenced here: https://github.com/cri-o/cri-o/pull/3060/files
rattboi
added a commit
to rattboi/k8s-image-swapper
that referenced
this issue
May 6, 2022
fix estahn#15 This solution is taken almost directly from CRI-O, as referenced here: https://github.com/cri-o/cri-o/pull/3060/files
rattboi
added a commit
to rattboi/k8s-image-swapper
that referenced
this issue
May 6, 2022
fix estahn#15 This solution is taken almost directly from CRI-O, as referenced here: https://github.com/cri-o/cri-o/pull/3060/files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Some logging is too verbose and should go to tracing.
The text was updated successfully, but these errors were encountered: