mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 14:33:50 +01:00
also do more structured logging
This commit is contained in:
parent
50e5886de1
commit
9c9b2829ae
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue