We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The operator configures the underlying zap logger with the 'development' config in main.go https://github.com/application-stacks/runtime-component-operator/blob/e22638ec73c928fb27809f044916b14f26ea269f/cmd/main.go#L81
We should consider switching to the production config https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/log/zap#UseDevMode
This would
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The operator configures the underlying zap logger with the 'development' config in main.go
https://github.com/application-stacks/runtime-component-operator/blob/e22638ec73c928fb27809f044916b14f26ea269f/cmd/main.go#L81
We should consider switching to the production config
https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/log/zap#UseDevMode
This would
The text was updated successfully, but these errors were encountered: