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.*"}}
}