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
Would be great if we could pass in a Logger somehow to perform logging. This would allow users of the library to change the logging to match what they have within their applications.
The alternative is setting the standard logger via:
But the log output doesn't contain a level at that point because of the log.Printf calls (so I guess it would also be nice to change those to something that is a level...).
The text was updated successfully, but these errors were encountered:
Would be great if we could pass in a Logger somehow to perform logging. This would allow users of the library to change the logging to match what they have within their applications.
The alternative is setting the standard logger via:
But the log output doesn't contain a level at that point because of the
log.Printf
calls (so I guess it would also be nice to change those to something that is a level...).The text was updated successfully, but these errors were encountered: