# Functions
No description provided by the author
IgnoreDebugEvents wraps the logger with one that ignores any debug logs coming from a logger named "events".
NewLogger returns a configured *zap.SugaredLogger.
No description provided by the author
# Variables
NopLogger is used to throw away logs when we don't actually want to log in certain portions of the code since logging would be too noisy.