From e87ecccc830eeeb7d8c05268aa1cdcffb08f1fd5 Mon Sep 17 00:00:00 2001 From: Manon Cornu Date: Fri, 14 Jun 2024 14:35:21 +0200 Subject: [PATCH] feat: add Logback configuration files --- src/main/resources/logback-dev.xml | 34 ++++++++++++++++++++++++++++++ src/main/resources/logback.xml | 20 ++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 src/main/resources/logback-dev.xml create mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/logback-dev.xml b/src/main/resources/logback-dev.xml new file mode 100644 index 0000000..5fe960a --- /dev/null +++ b/src/main/resources/logback-dev.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 0000000..7810c9f --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file