jameshartig commented on code in PR #1765:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1765#discussion_r1929615770
##########
cluster.go:
##########
@@ -260,7 +260,7 @@ type ClusterConfig struct {
HostDialer HostDialer
// Logger for this ClusterConfig.
- // If not specified, defaults to the global gocql.Logger.
+ // If not specified, defaults to the gocql.defaultLogger.
Review Comment:
defaultLogger is private so you'd have to look at the code to know what this
does. Instead this should be:
```
// If not specified, defaults to using the log package.
```
--
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]