From c74e10e016cff5c274ca79511a48f9d9afcb64ca Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sat, 15 Feb 2025 20:14:43 +0100 Subject: [PATCH] Fix logging format and level --- src/main/resources/logback.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 0000000..267d6c8 --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,23 @@ + + + + + true + + + + true + + %cyan(%d{HH:mm:ss.SSS}) %highlight(%-5level) %magenta(%logger{36}) - %msg%n + + + + + + + + + + + + \ No newline at end of file