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