MatrixSynapse/synapse/http
Erik Johnston a0f574f3c2
Reduce INFO logging (#8050)
c.f. #8021 

A lot of the code here is to change the `Completed 200 OK` logging to include the request URI so that we can drop the `Sending request...` log line.

Some notes:

1. We won't log retries, which may be confusing considering the time taken log line includes retries and sleeps.
2. The `_send_request_with_optional_trailing_slash` will always be logged *without* the forward slash, even if it succeeded only with the forward slash.
2020-08-11 18:10:07 +01:00
..
federation Reduce INFO logging (#8050) 2020-08-11 18:10:07 +01:00
__init__.py Replace client_secret with <redacted> in server logs (#6158) 2019-10-03 12:57:26 +01:00
additional_resource.py Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
client.py Reduce INFO logging (#8050) 2020-08-11 18:10:07 +01:00
connectproxyclient.py Support for routing outbound HTTP requests via a proxy (#6239) 2019-11-01 14:07:44 +00:00
endpoint.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
matrixfederationclient.py Reduce INFO logging (#8050) 2020-08-11 18:10:07 +01:00
proxyagent.py Support for routing outbound HTTP requests via a proxy (#6239) 2019-11-01 14:07:44 +00:00
request_metrics.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
server.py Reduce unnecessary whitespace in JSON. (#7372) 2020-08-07 08:02:55 -04:00
servlet.py Ensure that calls to `json.dumps` are compatible with the standard library json. (#7836) 2020-07-15 13:40:54 -04:00
site.py Don't log OPTIONS request at INFO (#8049) 2020-08-07 14:53:05 +01:00