pmonks / tools-licenses

A Clojure tools.build task library related to dependency licenses.
Apache License 2.0
6 stars 4 forks source link

Consider adding log4j to dependencies #50

Open pmonks opened 5 months ago

pmonks commented 5 months ago

Instead of leaving the choice of logging implementation to the reader, just include it as a dependency in tools-licenses itself (this would be unacceptable for a library, but tools-licenses is more like an app than a library).

How/where to provide an overrideable default logging configuration file may be a little tricky to figure out however.