rangareddy commented on issue #12854: URL: https://github.com/apache/hudi/issues/12854#issuecomment-2670551381
The above log message is coming from the `DataSourceInternalWriterHelper`[1] class and is logged at the info level. Could you please check your log4j2/log4j configuration? If you don't want this message to appear in the logs, you can set the log level to WARN for this class (logger.org.apache.hudi.internal.DataSourceInternalWriterHelper= warn). <img width="535" alt="Image" src="https://github.com/user-attachments/assets/726d30ba-6047-4680-b0bd-33f16fab425f" /> **References:** 1. https://github.com/apache/hudi/blob/ec044790fe71f04710472ad63e7859f1b29e3985/hudi-spark-datasource/hudi-spark-common/src/main/java/org/apache/hudi/internal/DataSourceInternalWriterHelper.java#L80 -- 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]
