From 838f9c26a3ce1bbd4e613fe721131f4bd8c82869 Mon Sep 17 00:00:00 2001 From: jade Date: Fri, 3 Jul 2026 23:17:18 +0900 Subject: [PATCH] Add logback-spring.xml to match shinhan log format --- src/main/resources/logback-spring.xml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/main/resources/logback-spring.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..455690f --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,36 @@ + + + + + + + + + + ${LOG_PATTERN} + + + + + + logs/axhub-admin.log + + + logs/axhub-admin-%d{yyyy-MM-dd}.log + + 30 + + + ${LOG_PATTERN} + + + + + + + + + + + +