Skip to content

Commit

Permalink
[INLONG-10006][Agent] remove log print
Browse files Browse the repository at this point in the history
  • Loading branch information
haifxu committed Apr 18, 2024
1 parent 263949a commit 8de83eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ protected List<SourceData> readFromSource() {
break;
}
}
LOGGER.info("read {} messages from debezium queue", dataList.size());
} catch (InterruptedException e) {
LOGGER.error("poll {} data from debezium queue interrupted.", instanceId);
}
Expand Down

0 comments on commit 8de83eb

Please sign in to comment.