streamnative / bookkeeper-achieved

Apache Bookkeeper
https://bookkeeper.apache.org
Apache License 2.0
3 stars 2 forks source link

ISSUE-2837: Remove unnecessary log bindings from Bookkeeper packages #417

Closed sijie closed 3 years ago

sijie commented 3 years ago

Original Issue: apache/bookkeeper#2837


BUG REPORT

Describe the bug

Based on this discussion, PR #2816 needs to keep log4j bindings out of at least bookkeeper-common and server bookkeeper-packages. The goal is to keep these packages just requiring Slf4j as a dependency.

To Reproduce

Check dependencies related to log4j in pom/gradle files.

Expected behavior

Keep logging bindings out of the packages that should work with Slf4j.

Screenshots

n/a

Additional context

n/a