spanner-migration-tool
spanner-migration-tool copied to clipboard
Fix Logging in HarbourBridge
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:
- 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.