From 7e01574472e1376bd1d52224c08820f73469dd83 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Thu, 26 Dec 2024 22:00:25 +0800 Subject: [PATCH] feat: added logback configuration for local test uses --- .../src/main/resources/logback.xml | 32 +++++++++++++++++++ num4j/src/main/resources/logback.xml | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 map-util-unsafe/src/main/resources/logback.xml create mode 100644 num4j/src/main/resources/logback.xml diff --git a/map-util-unsafe/src/main/resources/logback.xml b/map-util-unsafe/src/main/resources/logback.xml new file mode 100644 index 0000000..1cf5a50 --- /dev/null +++ b/map-util-unsafe/src/main/resources/logback.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + ${COLOURFUL_OUTPUT} + + + + + + \ No newline at end of file diff --git a/num4j/src/main/resources/logback.xml b/num4j/src/main/resources/logback.xml new file mode 100644 index 0000000..1cf5a50 --- /dev/null +++ b/num4j/src/main/resources/logback.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + ${COLOURFUL_OUTPUT} + + + + + + \ No newline at end of file