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
Our unit tests instantiate a new logger instance using the zap library when creating various objects. Instead, we can use logr.Discard() to create a logger that discards all logs for unit tests.