jameshartig commented on code in PR #1755: URL: https://github.com/apache/cassandra-gocql-driver/pull/1755#discussion_r2141366101
########## events.go: ########## @@ -213,9 +217,8 @@ func (s *Session) handleNodeEvent(frames []frame) { } func (s *Session) handleNodeUp(eventIp net.IP, eventPort int) { - if gocqlDebug { - s.logger.Printf("gocql: Session.handleNodeUp: %s:%d\n", eventIp.String(), eventPort) - } + s.logger.Info("Node is UP.", Review Comment: I'm also on the fence if this should be debug or info -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org