From 5ff54270e762b149774e76a31987d64bc10dfac7 Mon Sep 17 00:00:00 2001 From: Anton Fofanov Date: Fri, 12 Jan 2024 13:10:31 +0100 Subject: [PATCH] update default logback configurationi --- .../{logback-spring.xml => logback.xml} | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) rename src/main/resources/{logback-spring.xml => logback.xml} (60%) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback.xml similarity index 60% rename from src/main/resources/logback-spring.xml rename to src/main/resources/logback.xml index eb6d0975..b50ba1e3 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback.xml @@ -1,9 +1,16 @@ - - - + + + 15000 + 30 + java\.util\.concurrent\..* + org\.apache\.tomcat\..* + org\.apache\.coyote\..* + org\.apache\.catalina\..* + org\.springframework\.web\..* + (.*)(\d{6})\d{5}(.*) @@ -12,9 +19,8 @@ - - - + + @@ -25,4 +31,4 @@ - + \ No newline at end of file