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
Remove tracing of encrypted message data (prepared buffers). (#27276)
* Remove tracing of encrypted message data (prepared buffers).
We had data logging for prepared messages that were
still in encrypted format.
This data does not seem useful: shows hex content of encrypted
data and generally we would have unencrypted send/receive tracing
instead.
Remove it for now to simplify code.
* Restyled by clang-format
---------
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
0 commit comments