k8s enables structured logging more and more, consider switching to their structured logger #5932
Labels
good-first-issue
Identifies an issue that has been specifically created or selected for first-time contributors.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind enhancement
What happened:
We use our own structured logger and we do quite some magic to get all messages into the logger (glog, klog, and go-log).
Mostly because k8s did not use structured logging.
What you expected to happen:
k8s has for quite some time a structured logging WG and they make fast progress. At some point we can switch to the new structured logger from k8s and consolidate it.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
virtctl version
):kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: