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
zaptest.NewLogger gives you possibility to set logging level using zaptest.Level(enab zapcore.LevelEnabler). It would be great to optionally add caller to test logger using something like:
Synopsis
zaptest.NewLogger
gives you possibility to set logging level usingzaptest.Level(enab zapcore.LevelEnabler)
. It would be great to optionally add caller to test logger using something like:This should result in logging caller like so:
Pull request with suggested change: #610
The text was updated successfully, but these errors were encountered: