more logging info to help identify bad payloads
This commit is contained in:
@@ -122,4 +122,5 @@ def notify(publisher_id, event_type, priority, payload):
|
|||||||
driver.notify(msg)
|
driver.notify(msg)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
LOG.exception(_("Problem '%(e)s' attempting to "
|
LOG.exception(_("Problem '%(e)s' attempting to "
|
||||||
"send to notification system." % locals()))
|
"send to notification system. Payload=%(payload)s" %
|
||||||
|
locals()))
|
||||||
|
|||||||
Reference in New Issue
Block a user