v.24.10Improvement

Avoid Spamming Logs with Large HTTP Response Bodies During Inter-Server Communication Errors

Avoid spamming the logs with large HTTP response bodies in case of errors during inter-server communication. #70487 (Vladimir Cherkasov).
Avoid logging large HTTP response bodies on errors during inter-server communication to reduce log spam.

Why it matters

This feature prevents excessive logging of large HTTP response bodies when errors occur in inter-server communication, helping to keep logs cleaner and more manageable without losing essential error context.

How to use it

The feature is applied automatically to suppress logging of large HTTP response bodies on error events during inter-server communication, requiring no additional user configuration.