From 14dbbd9f9e71f7f0c0a4a14e5c08327b9d97c6a7 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sat, 28 Jun 2025 03:08:30 +0800 Subject: [PATCH] test: use recommended logback configuration --- .../src/test/resources/logback-test.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 integration-test/src/test/resources/logback-test.xml diff --git a/integration-test/src/test/resources/logback-test.xml b/integration-test/src/test/resources/logback-test.xml new file mode 100644 index 00000000..89ba57d3 --- /dev/null +++ b/integration-test/src/test/resources/logback-test.xml @@ -0,0 +1,16 @@ + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n + + + + + + + + + + + + \ No newline at end of file