Reduce HexDump logging
Open
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Add a flag to `LoggingHandler` class to disable complete logging of sent/received data dump (the call to `ByteBufferUtil.AppendPrettyHexDump) inside `FormatByteBuffer` and `FormatByteBufferHolder` 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.
Contributor guide
Assessment
This issue has not been assessed yet.