I tested the changes and it works for me. Thanks.
Can we put new code in pkg/server/serve.go instead of cmd/serve/serve.go?
I'm thinking this part is more related to server that cli. I tried this option prior your PR and it also works.
Can we put new code in pkg/server/serve.go instead of cmd/serve/serve.go? I'm thinking this part is more related to server that cli. I tried this option prior your PR and it also works.
I would be supportive of that also
Please move this into the pkg/server/serve.go
Please move this into the
pkg/server/serve.go
Done. @cf250024 @AlexsJones
Login to write a write a comment.
Closes #1208
📑 Description
Set logger for controller-runtime.
✅ Checks
ℹ Additional Information
Testing done:
make docker-build
-> ok[controller-runtime] log.SetLogger(...) was never called; logs will not be displayed.
is no longer present.