MatrixSynapse/synapse/http
Erik Johnston fe725f7e45 Cleanup top level request exception logging
Firstly, we always logged that the request was being handled via
`JsonResource._async_render`, so we change that to use the servlet name
we add to the request.

Secondly, we pass the exception information to the logger rather than
formatting it manually. This makes it consistent with other exception
logging, allwoing logging hooks and formatters to access the exception
information.
2019-02-18 15:11:04 +00:00
..
federation
__init__.py
additional_resource.py
client.py
endpoint.py
matrixfederationclient.py Move ClientTLSOptionsFactory init out of refresh_certificates (#4611) 2019-02-11 18:03:30 +00:00
request_metrics.py
server.py Cleanup top level request exception logging 2019-02-18 15:11:04 +00:00
servlet.py
site.py