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