djc / gcp_auth

Minimal authentication library for Google Cloud Platform (GCP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust logging level for `tracing` crate

CodingAnarchy opened this issue · comments

A number of the functions in this library are instrumented with tracing::instrument, but that defaults to an INFO logging level. It would be helpful to set these to something higher like DEBUG so we can manage whether these low level methods will show up in the logs when we instrument our own applications.

Sure, would you be able to submit a PR with specific suggestions?

@djc Sure thing, I have opened #101 to adjust these log levels. Thanks!