worryg0d commented on code in PR #1920:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1920#discussion_r2632025071
##########
conn.go:
##########
@@ -659,6 +700,8 @@ func (c *Conn) processFrame(ctx context.Context, r
io.Reader) error {
return err
}
+ c.logger.Debug("Received frame header", NewLogFieldString("header",
head.String()))
Review Comment:
Nice catch. I needed this when I was implementing it, but it is not meant to
be left here. Will remove it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]