From 2d454ce3f719f9f04b49c40ca2e6ac12200f7190 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Tue, 28 Dec 2021 13:06:10 +0100 Subject: [PATCH] [skip ci] fix logback config --- src/main/resources/logback.xml | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index aee1c69..1a45393 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -2,20 +2,11 @@ - - System.err - - WARN - - - %d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{35}) - %msg %n - - - System.out + - DEBUG + OFF %d{HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{35}) - %msg %n @@ -27,7 +18,7 @@ ./logs/provs-%d{yyyy-MM-dd}.%i.log 10MB - 3 + 300 1GB true @@ -39,18 +30,13 @@ + + + + + - - - - - - - - - - \ No newline at end of file