cloudquery / plugin-sdk

CloudQuery Go SDK for source and destination plugins
Mozilla Public License 2.0
22 stars 24 forks source link

feat: Add `zerolog.Logger` to `retryablehttp.LeveledLogger` adapter struct #1821

Closed erezrokah closed 3 months ago

erezrokah commented 3 months ago

Summary

This allows plugins that use https://github.com/hashicorp/go-retryablehttp to easily log retries as plugins use github.com/rs/zerolog


Use the following steps to ensure your PR is ready to be reviewed