From 22123cec7e2cb8b58e0c44b2206efa7c495bd163 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