This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch gh-deflake-testMigrateTopicDeletions-2 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 4dc1435fa635a85721f28a381427d8a9434cc7ab Author: David Arthur <[email protected]> AuthorDate: Tue Sep 3 09:50:23 2024 -0400 increase logging --- .github/workflows/deflake.yml | 2 +- core/src/test/resources/log4j.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deflake.yml b/.github/workflows/deflake.yml index 8cb89e8be8a..a87b9fe3ed8 100644 --- a/.github/workflows/deflake.yml +++ b/.github/workflows/deflake.yml @@ -54,7 +54,7 @@ jobs: - name: Test timeout-minutes: 60 run: | - ./gradlew --build-cache --scan --continue \ + ./gradlew --info --build-cache --scan --continue \ -PtestLoggingEvents=started,passed,skipped,failed \ -PignoreFailures=true -PmaxParallelForks=2 \ -Pkafka.cluster.test.repeat=${{ inputs.test-repeat }} \ diff --git a/core/src/test/resources/log4j.properties b/core/src/test/resources/log4j.properties index b265ee9cdaa..4c238cdc59c 100644 --- a/core/src/test/resources/log4j.properties +++ b/core/src/test/resources/log4j.properties @@ -18,8 +18,8 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n -log4j.logger.kafka=WARN -log4j.logger.org.apache.kafka=WARN +log4j.logger.kafka=INFO +log4j.logger.org.apache.kafka=INFO # zkclient can be verbose, during debugging it is common to adjust it separately log4j.logger.org.apache.zookeeper=WARN
