From 21b6c26096351f8927cca959ab2e530a04058d4c Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Thu, 19 Feb 2026 15:04:26 +0200 Subject: [PATCH] Remove logback.xml from rest-client module Client library JARs should not package logback.xml as it overrides the logging configuration of consuming applications. Co-Authored-By: Claude Opus 4.6 --- rest-client/src/main/resources/logback.xml | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 rest-client/src/main/resources/logback.xml diff --git a/rest-client/src/main/resources/logback.xml b/rest-client/src/main/resources/logback.xml deleted file mode 100644 index f8c9b51bd0..0000000000 --- a/rest-client/src/main/resources/logback.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - %d{ISO8601} [%thread] %-5level %logger{36} - %msg%n - - - - - - - - - -