summary refs log tree commit diff
path: root/synapse/http/client.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-08-13 15:56:18 +0100
committerGitHub <noreply@github.com>2024-08-13 15:56:18 +0100
commitaaa3c3642020c4035f99066e6f96cb4015972abe (patch)
tree51c4362619cb0e93ba0d64ff7709c6c28a4ab931 /synapse/http/client.py
parentFixup media logcontexts (#17561) (diff)
downloadsynapse-aaa3c3642020c4035f99066e6f96cb4015972abe.tar.xz
Remove logging in multipart (#17563)
This is really spurious and causes a lot of spam. I don't think there is
a use for it even at DEBUG level.
Diffstat (limited to 'synapse/http/client.py')
-rw-r--r--synapse/http/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py

index 56ad28eabf..daa5cc899b 100644 --- a/synapse/http/client.py +++ b/synapse/http/client.py
@@ -1088,7 +1088,6 @@ class _MultipartParserProtocol(protocol.Protocol): return # otherwise we are in the file part else: - logger.info("Writing multipart file data to stream") try: self.stream.write(data[start:end]) except Exception as e: