more logging info to help identify bad payloads

This commit is contained in:
Sandy Walsh
2011-08-29 10:27:25 -07:00
parent 6a663f4d17
commit 0ebb68c0ae

View File

@@ -122,4 +122,5 @@ def notify(publisher_id, event_type, priority, payload):
driver.notify(msg)
except Exception, e:
LOG.exception(_("Problem '%(e)s' attempting to "
"send to notification system." % locals()))
"send to notification system. Payload=%(payload)s" %
locals()))