forked-synapse/synapse/http/federation
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
..
__init__.py Refactor and bugfix for resove_service (#4427) 2019-01-22 10:59:27 +00:00
matrix_federation_agent.py Reduce INFO logging (#8050) 2020-08-11 18:10:07 +01:00
srv_resolver.py Convert the federation agent and related code to async/await. (#7874) 2020-07-23 07:05:57 -04:00
well_known_resolver.py Include a user agent in federation requests. (#7677) 2020-06-16 10:43:29 -04:00