mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 11:14:12 -04:00
Log when we receive a request, when we send a response and how long it took to process it.
This commit is contained in:
parent
ecb0f78063
commit
24cc6979fb
4 changed files with 24 additions and 5 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue