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