Skip to content
Snippets Groups Projects
Commit 3483b78d authored by Erik Johnston's avatar Erik Johnston
Browse files

Log where a request came from in federation

parent 6e174632
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ class TransportLayerServer(object):
yield self.keyring.verify_json_for_server(origin, json_request)
logger.info("Request from %s", origin)
defer.returnValue((origin, content))
@log_function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment