kuberay
kuberay copied to clipboard
Remove fmt.Println, convert to log
Why are these changes needed?
I work on some code that integrates with kuberay and we noticed some printlns in the output. I have removed unnecessary printlns and moved useful ones to use the logger so the output will be uniform.
Related issue number
Checks
- [x] I've made sure the tests are passing.
- Testing Strategy
- [ ] Unit tests
- [ ] Manual tests
- [ ] This PR is not tested :(