From fdbe47341ce8cf769e305c46d54ffc3c9140e20e Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 22 May 2026 18:46:30 +0300 Subject: [PATCH] fix(logback): disabled file logging by default --- src/main/resources/logback-spring.xml | 32 +++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index dd704c8..21a05b1 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -5,19 +5,27 @@ - - logs/app.json - - logs/app-%d{yyyy-MM-dd}.json - 30 - - - + + + + + - - - - + + + logs/app.json + + logs/app-%d{yyyy-MM-dd}.json + 30 + + + + + + + + +