EMsnap commented on code in PR #7253: URL: https://github.com/apache/inlong/pull/7253#discussion_r1098236038
########## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/DirtySinkHelper.java: ########## @@ -95,6 +95,9 @@ public void invoke(T dirtyData, DirtyType dirtyType, Throwable e) { .setLogTag(dirtyOptions.getLogTag()) .setDirtyMessage(e.getMessage()) .setIdentifier(dirtyOptions.getIdentifier()); + LOGGER.info("dirty sink build debug: {}, {}, {}, {}, {}, {}", Review Comment: log.info ("debug")? maybe log.debug or log.info( "info") -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org