Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions tarantool-core/src/main/resources/logback.xml

This file was deleted.

Loading