Since wot-td-java is a library, what is the purpose of making it depend on a concrete SLF4J binding (reload4j)? From what I understand, a binding should rather appear as a dependency of an executable app, later in the dependency stream. What do you think of removing it?
In addition, the default level defined in log4j.properties is DEBUG. Shouldn't it be lower, by default?
Since
wot-td-javais a library, what is the purpose of making it depend on a concrete SLF4J binding (reload4j)? From what I understand, a binding should rather appear as a dependency of an executable app, later in the dependency stream. What do you think of removing it?In addition, the default level defined in
log4j.propertiesisDEBUG. Shouldn't it be lower, by default?