You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #322zap structured logging library has been integrated into HarbourBridge.
We now need to fix the logging in Harbourbridge which is currently done through three mechanisms:
Using the Golang log package.
Using fmt.Printf statements.
Using custom verbose wrapper.
We need to change all the three instances above and streamline it to use zap logger everywhere.
The text was updated successfully, but these errors were encountered:
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:
log
package.verbose
wrapper.We need to change all the three instances above and streamline it to use
zap
logger everywhere.The text was updated successfully, but these errors were encountered: