From 4b61908993c4433916469e062187c0f43c6dff25 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Fri, 31 Oct 2025 22:42:11 +0700 Subject: [PATCH] BE: Nuke spring logback config to enable default boot configs --- api/src/main/resources/logback-spring.xml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 api/src/main/resources/logback-spring.xml diff --git a/api/src/main/resources/logback-spring.xml b/api/src/main/resources/logback-spring.xml deleted file mode 100644 index a33692146..000000000 --- a/api/src/main/resources/logback-spring.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - %black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%c{1}): %msg%n%throwable - - - - - - - -