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