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
Instead of hard coding log.Printf("unable to refresh key: %v", err) it would be nice if you either A) allowed disabling this log output or B) allowed specifying a custom logger using an interface.
The text was updated successfully, but these errors were encountered:
Instead of hard coding
log.Printf("unable to refresh key: %v", err)
it would be nice if you either A) allowed disabling this log output or B) allowed specifying a custom logger using an interface.The text was updated successfully, but these errors were encountered: