add log's dependency for bookkeeper-dist-server
Descriptions of the changes in this PR:
Motivation
like pulsar's distribution/server add log's dependency in bookkeeper-dist/server
Changes
- add log's dependency in bookkeeper-dist/server/pom.xml
- then auto add log's dependency to bookkeeper-server-..*-SNAPSHOT-bin.tar.gz
I am confused too. why we need this dependency ? We can print log well for now. Do you want to support Async log on bookkeeper?
cc @eolivelli
Do you want to support Async log on bookkeeper?
yes, this pr's motivation is to support async log @Shoothzj
rerun failure checks
Why we need add
log4j-1.2-apidependency?
@Shoothzj Legacy Log4j 1.2 API , it's the dependency in org.apache.logging.log4j.log4j-bom
@StevenLuMT of course it's defined in the bom, but it's not the reason we put it in our dependency! I didn't see any usage of log4j1 in bookkeeper.
@StevenLuMT of course it's defined in the bom, but it's not the reason we put it in our dependency! I didn't see any usage of log4j1 in bookkeeper.
good catch, log4j-1.2-api is no use in project, I misunderstood,thanks very much @Shoothzj
closed by #4269 thanks for your initiation contribution.