Fork me on GitHub
#timbre
<
2020-05-22
>
fmn09:05:36

Hello, is the easiest way to filter some to-be-logged value is to use :middleware ?

jjttjj14:05:18

@funyako.funyao156 you can blacklist or whitelist namespaces/namespace patterns

(log/merge-config! {:ns-blacklist ["taoensso.sente"
                                            "ring.logger"
                                            ]})

jjttjj14:05:48

you can use "*" in the ns strings for wildcards. ctrl-f the timbre readme for more examples