also do more structured logging

This commit is contained in:
David Baker 2015-12-07 12:01:00 +00:00
parent 50e5886de1
commit 9c9b2829ae
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class PusherRestServlet(ClientV1RestServlet):
raise SynapseError(400, "Missing parameters: "+','.join(missing), raise SynapseError(400, "Missing parameters: "+','.join(missing),
errcode=Codes.MISSING_PARAM) errcode=Codes.MISSING_PARAM)
logger.debug("set pushkey %s to kind %s", content['pushkey'], content['kind'])
logger.debug("Got pushers request with body: %r", content) logger.debug("Got pushers request with body: %r", content)
append = False append = False