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


##########
session.go:
##########
@@ -149,6 +149,15 @@ func NewSession(cfg ClusterConfig) (*Session, error) {
                return nil, fmt.Errorf("the default SerialConsistency level is 
not allowed to be anything else but SERIAL or LOCAL_SERIAL. Recived value: %v", 
cfg.SerialConsistency)
        }
 
+       logger := cfg.newLogger()

Review Comment:
   hmm yeah you're right. I still want to warn people about that behavior for 
the reasons I explained in another comment, but I'd prefer it not be too 
noisy...



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