Closed sfriedowitz closed 2 years ago
We were pulling in slf4j as a transient from some other package, but did not have a root logger on the dependencies. So log statements in the package would not work.
slf4j
This adds log4j2 as a dependency and sets INFO level logging as the default.
log4j2
INFO
We were pulling in
slf4j
as a transient from some other package, but did not have a root logger on the dependencies. So log statements in the package would not work.This adds
log4j2
as a dependency and setsINFO
level logging as the default.