clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
84 stars 9 forks source link

Suppress noisy logging from Apache Commons JCS #73

Closed lread closed 3 months ago

lread commented 3 months ago

We could have continued with slf4-nop, but I opted to switch to logback-classic to exercise suppression of Apache Commons JCS INFO level logging.

This enables logging in general. Relates to:

I chose a log pattern I thought might work. We can revisit, if necessary, in a separate issue.

Closes #69