From ddf388fac7afc1bf7e6e2a3ff17151456d01d5cd Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 15 Nov 2019 14:58:55 +0100 Subject: [PATCH] Polish 4ad06b508164b787d41c8ba74e22eba82a53e5c9 --- spring-batch-docs/asciidoc/retry.adoc | 2 +- spring-batch-integration/src/test/resources/log4j.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-batch-docs/asciidoc/retry.adoc b/spring-batch-docs/asciidoc/retry.adoc index 13acb1f82..ecdfe823c 100644 --- a/spring-batch-docs/asciidoc/retry.adoc +++ b/spring-batch-docs/asciidoc/retry.adoc @@ -420,7 +420,7 @@ The following example shows a declarative retry that uses the Spring AOP + class="org.springframework.retry.interceptor.RetryOperationsInterceptor"/> ---- [role="javaContent"] diff --git a/spring-batch-integration/src/test/resources/log4j.properties b/spring-batch-integration/src/test/resources/log4j.properties index cbfa27779..c50991a95 100644 --- a/spring-batch-integration/src/test/resources/log4j.properties +++ b/spring-batch-integration/src/test/resources/log4j.properties @@ -6,8 +6,8 @@ log4j.appender.stdout.layout.ConversionPattern=%d %5p %t [%c] - <%m>%n log4j.category.org.springframework.context=INFO log4j.category.org.springframework.beans=INFO -log4j.category.org.springframework.batch.retry=DEBUG +log4j.category.org.springframework.retry=DEBUG log4j.category.org.springframework.batch.core=DEBUG log4j.category.org.springframework.batch.integration=DEBUG log4j.category.org.springframework.integration=DEBUG -log4j.category.org.springframework.transaction=INFO \ No newline at end of file +log4j.category.org.springframework.transaction=INFO