frankgh commented on code in PR #237:
URL: https://github.com/apache/cassandra-sidecar/pull/237#discussion_r2226425217


##########
server-common/src/main/java/org/apache/cassandra/sidecar/db/schema/AbstractSchema.java:
##########
@@ -88,7 +88,7 @@ protected boolean initializeInternal(@NotNull Session session,
         }
 
         prepareStatements(session);
-        logger.debug("{} is initialized!", this.getClass().getSimpleName());
+        logger.info("{} table schema is initialized", 
this.getClass().getSimpleName());

Review Comment:
   useful for debugging purposes. This gets logged a single time during startup 
and it produces useful information



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