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
For example https://github.com/kubernetes-sigs/controller-runtime/tree/master/pkg/log/zap returns a zap Log with a custom encoder. I can call log.Core() on it, but WrapCore uses the internal core type rather than a zapcore.Core
log.Core()
WrapCore
core
zapcore.Core
What I'd like to do is have the controller-runtime log (which is part of kubebuilder among others) wrapped in zapdriver.
Maybe I'm going about this all wrong...
Thanks for the package!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example https://github.com/kubernetes-sigs/controller-runtime/tree/master/pkg/log/zap returns a zap Log with a custom encoder. I can call
log.Core()
on it, butWrapCore
uses the internalcore
type rather than azapcore.Core
What I'd like to do is have the controller-runtime log (which is part of kubebuilder among others) wrapped in zapdriver.
Maybe I'm going about this all wrong...
Thanks for the package!
The text was updated successfully, but these errors were encountered: