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


##########
flink-cdc-cli/src/test/resources/log4j2-test.properties:
##########
@@ -13,7 +13,7 @@
 
 # Set root logger level to OFF to not flood build logs
 # set manually to INFO for debugging purposes
-rootLogger.level = INFO
+rootLogger.level = OFF

Review Comment:
   Changed to `ERROR`, but should be noted that this might log some internal 
"errors" that are actually expected.
   
   (For example, an SchemaEvolveException might be printed out if we're 
intentionally testing a schema evolution failure case, while the test case 
itself might succeed.)



-- 
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