CitrineInformatics / lolo

A random forest
Apache License 2.0
41 stars 12 forks source link

Add logging to Lolo #285

Closed sfriedowitz closed 2 years ago

sfriedowitz commented 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.

This adds log4j2 as a dependency and sets INFO level logging as the default.