Hello, is the easiest way to filter some to-be-logged value is to use :middleware
?
@funyako.funyao156 you can blacklist or whitelist namespaces/namespace patterns
(log/merge-config! {:ns-blacklist ["taoensso.sente"
"ring.logger"
]})
you can use "*" in the ns strings for wildcards. ctrl-f the timbre readme for more examples