Log message ids every time we try to handle them.

This commit is contained in:
Ralph Bean
2017-04-07 08:28:28 -04:00
parent 6043e2deaa
commit c432187f92

View File

@@ -207,7 +207,7 @@ class MBSConsumer(fedmsg.consumers.FedmsgConsumer):
if handler is self.NO_OP:
log.debug("Handler is NO_OP: %s" % idx)
else:
log.debug("Calling %s" % idx)
log.info("Calling %s" % idx)
further_work = []
try:
further_work = handler(conf, session, msg) or []