joao-r-reis commented on code in PR #1755:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1755#discussion_r2143319255


##########
events.go:
##########
@@ -177,6 +180,8 @@ func (s *Session) handleNodeEvent(frames []frame) {
        for _, frame := range frames {
                switch f := frame.(type) {
                case *topologyChangeEventFrame:
+                       s.logger.Warning("Received topology change event.",

Review Comment:
   Agree, I believe this is something that was being logged before and at some 
point I thought about keeping that behavior with a Warning log level as the 
default level but I changed my mind on that later and now the default log level 
for the default logger is `None` 



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

Reply via email to