explicit logging
parent
d8cdaae7b3
commit
8bcf296f2f
|
@ -196,7 +196,8 @@ class Bot(irc.bot.SingleServerIRCBot):
|
|||
ops=self.ops,
|
||||
logger=self.logger
|
||||
))
|
||||
self.logger.debug(output)
|
||||
self.logger.debug(output.event_type)
|
||||
self.logger.debug(output.msg)
|
||||
except Exception as e:
|
||||
self.logger.exception('issue with listener {}'.format(lstnr))
|
||||
return output
|
||||
|
|
Loading…
Reference in New Issue