diff --git a/CHANGELOG.md b/CHANGELOG.md index 175b67d3..b8713f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +### Bug fixes + +- Remove the root-level `logback.xml` from the `tarantool-core` runtime JAR. + Logback auto-discovered it as application-level config in consumer apps + (e.g. Spring Boot with `logback-spring.xml`), overriding the host's logging + configuration. [#109](https://github.com/tarantool/tarantool-java-sdk/issues/109) + ### Dependencies - Pin `spring-data-keyvalue` to 3.5.13 in `tarantool-spring-data-35` (parent defaults diff --git a/tarantool-core/src/main/resources/logback.xml b/tarantool-core/src/main/resources/logback.xml deleted file mode 100644 index 767001a3..00000000 --- a/tarantool-core/src/main/resources/logback.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - - - - - - -