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

@ -25,7 +25,7 @@ class ClientV2AlphaRestResource(JsonResource):
"""A resource for version 2 alpha of the matrix client API."""
def __init__(self, hs):
JsonResource.__init__(self)
JsonResource.__init__(self, hs)
self.register_servlets(self, hs)
@staticmethod