pingora icon indicating copy to clipboard operation
pingora copied to clipboard

Add peer address to handshake error logs

Open jsulmont opened this issue 9 months ago • 0 comments

Add peer address to handshake error logs

What is the problem your feature solves, or the need it fulfills?

When downstream handshake errors occur, the logs currently don't show which client caused the error, making debugging difficult in production environments.

Describe the solution you'd like

Include the peer address (client IP) in handshake error logs to help identify problematic clients and troubleshoot connection issues more efficiently.

Describe alternatives you've considered

Adding more verbose debug logging, but this wouldn't be enabled in production where these errors are most critical to diagnose.

jsulmont avatar Feb 25 '25 16:02 jsulmont