From 9c823464bc83d3f04bc5145dec1ab0ec416648d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Jun 2024 07:48:17 +0100 Subject: [PATCH] Add the use of to Logback smoke test Closes gh-226 --- .../src/main/resources/file-appender.xml | 14 ++++++++++++++ .../src/main/resources/logback-spring.xml | 15 +-------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 boot/logging-logback-spring-xml/src/main/resources/file-appender.xml diff --git a/boot/logging-logback-spring-xml/src/main/resources/file-appender.xml b/boot/logging-logback-spring-xml/src/main/resources/file-appender.xml new file mode 100644 index 00000000..50949beb --- /dev/null +++ b/boot/logging-logback-spring-xml/src/main/resources/file-appender.xml @@ -0,0 +1,14 @@ + + + + ${java.io.tmpdir}/${logFilename} + false + + %thread | %-5level | %logger{36} | %msg%n + + + + + + + \ No newline at end of file diff --git a/boot/logging-logback-spring-xml/src/main/resources/logback-spring.xml b/boot/logging-logback-spring-xml/src/main/resources/logback-spring.xml index 219e3285..84b436ce 100644 --- a/boot/logging-logback-spring-xml/src/main/resources/logback-spring.xml +++ b/boot/logging-logback-spring-xml/src/main/resources/logback-spring.xml @@ -12,19 +12,6 @@ - - - ${java.io.tmpdir}/${logFilename} - false - - %thread | %-5level | %logger{36} | %msg%n - - - - - - - +