streams-bootstrap includes log4j as a dependency, because it configures the log level when --debug is set.
While this is a convenient feature, using this library with a different logging implementation is almost infeasible.
I'd suggest we simply remove this dependency. We could further offer a method that let users do custom configurations if debug is set.
streams-bootstrap includes log4j as a dependency, because it configures the log level when
--debug
is set. While this is a convenient feature, using this library with a different logging implementation is almost infeasible. I'd suggest we simply remove this dependency. We could further offer a method that let users do custom configurations if debug is set.