From 7c87f633d675768b4fcc9e064a121281e44df52e Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 19 Jul 2023 21:57:26 -0400 Subject: [PATCH] http-service: add logback config This is the same as the spring one, but without the rolling file appender. --- .../src/main/resources/logback-spring.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 http-service/src/main/resources/logback-spring.xml diff --git a/http-service/src/main/resources/logback-spring.xml b/http-service/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..3a2eba4 --- /dev/null +++ b/http-service/src/main/resources/logback-spring.xml @@ -0,0 +1,17 @@ + + + + + + + + ${FILE_LOG_PATTERN} + ${FILE_LOG_CHARSET} + + ${LOG_FILE} + + + + + + \ No newline at end of file