From 1fbbafcce8ff51e4fd11edbeb6c9b653db298090 Mon Sep 17 00:00:00 2001 From: Taeik Lim Date: Wed, 20 Mar 2024 01:07:48 +0900 Subject: [PATCH] Refactor log4j configurations Signed-off-by: Taeik Lim --- .../src/integrationTest/resources/log4j2-test.xml | 14 ++++++++++++++ .../src/test/resources/log4j2-test.xml | 1 + 2 files changed, 15 insertions(+) create mode 100644 spring-batch-plus/src/integrationTest/resources/log4j2-test.xml diff --git a/spring-batch-plus/src/integrationTest/resources/log4j2-test.xml b/spring-batch-plus/src/integrationTest/resources/log4j2-test.xml new file mode 100644 index 00000000..2159ce48 --- /dev/null +++ b/spring-batch-plus/src/integrationTest/resources/log4j2-test.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/spring-batch-plus/src/test/resources/log4j2-test.xml b/spring-batch-plus/src/test/resources/log4j2-test.xml index 25ca4c90..d2bba3f7 100644 --- a/spring-batch-plus/src/test/resources/log4j2-test.xml +++ b/spring-batch-plus/src/test/resources/log4j2-test.xml @@ -12,5 +12,6 @@ +