This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
commit 3457e758325fd44273a0da323717b52e2331c1c9 Author: Chesnay Schepler <[email protected]> AuthorDate: Wed Sep 14 15:07:20 2022 +0200 [hotfix] Use console appender on CI --- tools/ci/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/log4j.properties b/tools/ci/log4j.properties index 86b02cc..7daf1c3 100644 --- a/tools/ci/log4j.properties +++ b/tools/ci/log4j.properties @@ -17,7 +17,7 @@ ################################################################################ rootLogger.level = INFO -rootLogger.appenderRef.out.ref = FileAppender +rootLogger.appenderRef.out.ref = ConsoleAppender # ----------------------------------------------------------------------------- # Console (use 'console')
