yuxiqian commented on code in PR #3538:
URL: https://github.com/apache/flink-cdc/pull/3538#discussion_r1716222841


##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/schema/coordinator/SchemaManager.java:
##########
@@ -224,7 +224,7 @@ private void handleCreateTableEvent(
                 !schemaExists(schemaMap, event.tableId()),
                 "Unable to apply CreateTableEvent to an existing schema for 
table \"%s\"",
                 event.tableId());
-        LOG.info("Handling schema change event: {}", event);
+        LOG.debug("Handling schema change event: {}", event);

Review Comment:
   Seems this is not the text that floods your output log.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to