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
Good idea, expose Client.Logger() would be more appropriate, but there has been a major refactoring recently. In order to avoid code conflicts, I will support this after the http3 support is released.
Hi, thanks for the great library!
Is there any way I can use the client log in middleware? I know we can set the logger using
client.SetLog(...)
but it would be nice to use this later.Because the client
log
field is not exported I have to do something like this to enable a log in middleware:It would be nice to just do this:
Thoughts?
The text was updated successfully, but these errors were encountered: