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
I use the zap to take over the gin logger and other package's log.it'sI use zap to take over the log output of the package in the project, and I also want to take over the log of gin-oauth2 using zap, is there any solution?
The text was updated successfully, but these errors were encountered:
@wuzhican right now there is no solution for this. I think what we can do is to use a minimal log interface such that it would satisfy the requirement of the library. In this case I would hop that basically any logger could be able to use.
I use the zap to take over the gin logger and other package's log.it'sI use zap to take over the log output of the package in the project, and I also want to take over the log of gin-oauth2 using zap, is there any solution?
The text was updated successfully, but these errors were encountered: