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