Open
Description
Problems:
Logging:
- mixed-use
plain-text logging
andstructural logging
- coverage
- convention
Goals
scope: logging/metrics/tracing
- standardize convention and improve the coding experience
- improve debug efficiency
Refs
Logging:
- https://github.com/kubernetes-sigs/controller-runtime/blob/master/TMP-LOGGING.md
- https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md
- https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-logging.md
To-do
Logging
- Adopt structural logging
- Adopt logr interface
- Adopt JSON format? (easy to parse)
TBD: require discussion?
Tracking Tasks
- logging
- a demo / mvp refactor(logging): add logging helper and minor refactor #1494
- refactor others