mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 18:33:51 +01:00
Log where a request came from in federation
This commit is contained in:
parent
6e17463228
commit
3483b78d1a
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ class TransportLayerServer(object):
|
||||||
|
|
||||||
yield self.keyring.verify_json_for_server(origin, json_request)
|
yield self.keyring.verify_json_for_server(origin, json_request)
|
||||||
|
|
||||||
|
logger.info("Request from %s", origin)
|
||||||
|
|
||||||
defer.returnValue((origin, content))
|
defer.returnValue((origin, content))
|
||||||
|
|
||||||
@log_function
|
@log_function
|
||||||
|
|
Loading…
Reference in a new issue