From 580141f7cf72d4a120722fc7b870dfc5c3017ced Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 1 Apr 2020 00:00:37 +0200 Subject: Rework the logs Rework the logs so that it's easier to debug the issues on a lab Issue-ID: CLAMP-804 Signed-off-by: sebdet Change-Id: I9cff98205c2135a759e7e6156ab39f8af8129927 --- src/main/resources/logback-spring.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/logback-spring.xml (limited to '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 00000000..ffa497f1 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg