mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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.
This commit is contained in:
parent
3e7eb45eb1
commit
aaa3c36420
1
changelog.d/17563.misc
Normal file
1
changelog.d/17563.misc
Normal file
@ -0,0 +1 @@
|
||||
Reduce log spam of multipart files.
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user