worryg0d commented on code in PR #1920:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1920#discussion_r2634274554


##########
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:
   Removed



-- 
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]

Reply via email to