From a8311a98c7e8cd06887003231f27084fa18886f1 Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Sun, 17 Nov 2024 12:19:30 +0100 Subject: [PATCH] Print full stack trace to log --- core/src/main/resources/config/logback.xml | 49 ++++++++++++---------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/core/src/main/resources/config/logback.xml b/core/src/main/resources/config/logback.xml index 25279d485..afd9c2da7 100644 --- a/core/src/main/resources/config/logback.xml +++ b/core/src/main/resources/config/logback.xml @@ -48,30 +48,33 @@ jakarta.servlet, sun.reflect }}}"/> + + + + + + + + + + + + + + + + + + + + + + + + + + value="${FILE_LOG_PATTERN:-%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} --- [%18.-18t] %-40.40logger{39} : %replace(%mdc){'^ ',''}%replace(%marker: ){'^: ',''}%m%n} %ex{full}}"/>