mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove spurious debug from MatrixFederationHttpClient.get_json (#5287)
This is just unhelpful spam
This commit is contained in:
parent
3dcf2feba8
commit
8d92329214
1
changelog.d/5287.misc
Normal file
1
changelog.d/5287.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Remove spurious debug from MatrixFederationHttpClient.get_json.
|
@ -711,10 +711,6 @@ class MatrixFederationHttpClient(object):
|
|||||||
RequestSendFailed: If there were problems connecting to the
|
RequestSendFailed: If there were problems connecting to the
|
||||||
remote, due to e.g. DNS failures, connection timeouts etc.
|
remote, due to e.g. DNS failures, connection timeouts etc.
|
||||||
"""
|
"""
|
||||||
logger.debug("get_json args: %s", args)
|
|
||||||
|
|
||||||
logger.debug("Query bytes: %s Retry DNS: %s", args, retry_on_dns_fail)
|
|
||||||
|
|
||||||
request = MatrixFederationRequest(
|
request = MatrixFederationRequest(
|
||||||
method="GET",
|
method="GET",
|
||||||
destination=destination,
|
destination=destination,
|
||||||
|
Loading…
Reference in New Issue
Block a user