go-jwks icon indicating copy to clipboard operation
go-jwks copied to clipboard

Disable logger or allow specifying custom one

Open hsson opened this issue 4 years ago • 0 comments

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.

hsson avatar Dec 16 '20 15:12 hsson