Log when we receive a request, when we send a response and how long it took to process it.

This commit is contained in:
Erik Johnston 2015-02-09 13:46:22 +00:00
parent ecb0f78063
commit 24cc6979fb
4 changed files with 24 additions and 5 deletions

View file

@ -67,7 +67,7 @@ class SynapseHomeServer(HomeServer):
return ClientV2AlphaRestResource(self)
def build_resource_for_federation(self):
return JsonResource()
return JsonResource(self)
def build_resource_for_web_client(self):
syweb_path = os.path.dirname(syweb.__file__)