kuberay icon indicating copy to clipboard operation
kuberay copied to clipboard

Remove fmt.Println, convert to log

Open Sovietaced opened this issue 9 months ago • 0 comments

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 :(

Sovietaced avatar May 30 '25 06:05 Sovietaced