DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

Reduce HexDump logging

Open katrash opened this issue 5 years ago • 0 comments

Add a flag to LoggingHandler class to disable complete logging of sent/received data dump (the call to ByteBufferUtil.AppendPrettyHexDump) inside FormatByteBufferandFormatByteBufferHolder` as there could be a need to log all the channel events except the hex dump in order to reduce the log size and for security reasons as well.

katrash avatar May 08 '19 17:05 katrash