Skip to content
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

Fix Logging in HarbourBridge #350

Open
manitgupta opened this issue Jul 19, 2022 · 0 comments
Open

Fix Logging in HarbourBridge #350

manitgupta opened this issue Jul 19, 2022 · 0 comments
Assignees

Comments

@manitgupta
Copy link
Member

As part of #322 zap structured logging library has been integrated into HarbourBridge.
We now need to fix the logging in Harbourbridge which is currently done through three mechanisms:

  1. Using the Golang log package.
  2. Using fmt.Printf statements.
  3. Using custom verbose wrapper.

We need to change all the three instances above and streamline it to use zap logger everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants