timbre

genekim 2021-08-06T18:57:47.000900Z

Just in case this helps anyone — here’s how to prevent certain items (loggers?) from showing up in logs in v5+.

:taoensso.timbre/logging-config    {:min-level :info
                                     :ns-filter {:deny #{"org.mongodb.driver.cluster.*"}}
                                     }