0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-25 17:59:07 +02:00

also do more structured logging

This commit is contained in:
David Baker 2015-12-07 12:01:00 +00:00
parent 50e5886de1
commit 9c9b2829ae

View file

@ -54,6 +54,7 @@ class PusherRestServlet(ClientV1RestServlet):
raise SynapseError(400, "Missing parameters: "+','.join(missing),
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)
append = False