-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Revert changes made in #11960 #12219
Conversation
Signed-off-by: Florent Poinsard <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
To add on my two cents as one of the main contributors to our planetscale/log library, it'd be easy to repurpose the original PR to just directly use zap, rather than our wrapper. I agree that we shouldn't embed planetscale/log since it's intended to just supply some reasonable defaults that help unify our internal infrastructure demands. I think it'd be better suited to copy/paste some of the default configs, then have vitess directly use zap. If vitess allowed in it's api for us to pass a |
Signed-off-by: Florent Poinsard <[email protected]>
@EmadMokhtar I apologize for this! The Vitess team didn't realize this could become problematic when reviewing your work. Should we re-open #11960 ? |
No worries @mattlord, I introduced another PR that uses Zap logger. |
Description
This PR reverts the changes made in #11960. The planetscale logger was designed to meet the internal needs of planetscale, it is an opinionated wrapper that does not fit the context of Vitess.
Related Issue(s)
Checklist
Deployment Notes