We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14861e0 commit 9268f1fCopy full SHA for 9268f1f
third_party/datastax/proxy/run.go
@@ -319,6 +319,7 @@ func Run(ctx context.Context, args []string) int {
319
logger.Info("Protocol Version:" + version.String())
320
logger.Info("CQL Version:" + cqlVersion)
321
logger.Info("Release Version:" + releaseVersion)
322
+ logger.Info("Cassandra to Cloud Spanner Proxy Adapter Version:" + proxyReleaseVersion)
323
logger.Info("Partitioner:" + partitioner)
324
logger.Info("Data Center:" + cfg.DataCenter)
325
logger.Info("Configured keyspace name flattening status", zap.Bool("isKeyspaceFlatteningEnabled", UserConfig.CassandraToSpannerConfigs.KeyspaceFlatter))
0 commit comments