What version of gRPC-Java are you using?
1.60.0
What is your environment?
MacOS JDK17
What did you expect to see?
Hex string conversion in when the level is actually FINE:
|
log.finest("outbound data: length={0}, bytes={1}", numBytes, toHexString(bytes, numBytes)); |
What did you see instead?
Hex string conversion before checking log level
Steps to reproduce the bug