Adds wrappers for log.debug/log.info/log.warn/log.error to BaseHandler class. These wrappers add prefix to logged message based on currently handled event set by `BaseHandler.set_context()".
Implements models.Event.__str__() to return user readable representation of Event which is used in logs.
Removes per-UMB-message debug logging messages, because they create lot of traffic in logs, but we have never used them for anything.
BaseHandlerclass. These wrappers add prefix to logged message based on currently handled event set by `BaseHandler.set_context()".models.Event.__str__()to return user readable representation of Event which is used in logs.