From f660f8af59c1499294f0468620b85e06dc3b311e Mon Sep 17 00:00:00 2001 From: zihluwang Date: Fri, 18 Apr 2025 19:35:06 +0800 Subject: [PATCH] refactor: added logback configuration --- simple-jwt/src/main/resources/logback.xml | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 simple-jwt/src/main/resources/logback.xml diff --git a/simple-jwt/src/main/resources/logback.xml b/simple-jwt/src/main/resources/logback.xml new file mode 100644 index 0000000..fd31eac --- /dev/null +++ b/simple-jwt/src/main/resources/logback.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + ${COLOURFUL_OUTPUT} + + + + + + \ No newline at end of file