You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class ByteBufferDestinations which is used as a thread local contains a buffer object that is initialised to 10kb. All messages larger than 10kb will be fragmented.
It is possible that someone would log message larger than 10kb and not want it to be fragmented. The size of that buffer should be configurable. We do not want to support unbounded buffer growth due to possibility of DoS attack done by erroneous message.
The text was updated successfully, but these errors were encountered:
Class
ByteBufferDestinations
which is used as a thread local contains abuffer
object that is initialised to 10kb. All messages larger than 10kb will be fragmented.It is possible that someone would log message larger than 10kb and not want it to be fragmented. The size of that buffer should be configurable. We do not want to support unbounded buffer growth due to possibility of DoS attack done by erroneous message.
The text was updated successfully, but these errors were encountered: