griffinbank / rules_clojure

Apache License 2.0
55 stars 9 forks source link

Uses project's logging configuration for fetching dependencies #57

Open SevereOverfl0w opened 4 months ago

SevereOverfl0w commented 4 months ago

I'm not entirely sure how this is leaking, but fetching dependencies appears to be using the same logging config as the project has configured. If the project isn't appropriately configured, this can lead to emitting debug logs from eclipse, etc.

Instead, rules_clojure should have its own logging setup (probably slf4j-nop-based) and that shouldn't leak/interfere with the slf4j config of the project it's used with.