Standardization of Logging using logrus #3557
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
What do you want to happen?
We aim to ensure consistent usage of the logrus library ("github.com/sirupsen/logrus") throughout our codebase. There are instances where other methods like fmt.Println() have been used for logging, which need to be addressed to maintain consistency and improve the user experience (UX).
Reference PR for context: kubebuilder#3556.
Objectives:
Recommendation:
To facilitate easier code review and integration, it's advised to break down the implementation into multiple smaller PRs rather than one large PR.
Extra Labels
/kind cleanup
The text was updated successfully, but these errors were encountered: