kayleg / cloud-pubsub

Google Cloud PubSub client in rust
MIT License
31 stars 21 forks source link

Use logging instead of println #17

Closed hseeberger closed 2 years ago

hseeberger commented 2 years ago

In client.rs there is a println! for "Renewing pubsub token". This should use logging at DEBUG level, I guess.

zdannar commented 2 years ago

Thanks for the PR. I was going to put one in for this, but you beat me to it.