fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 23 forks source link

possible bug with timbre 6.5.0 #82

Closed vxe closed 2 days ago

vxe commented 3 days ago

I'm on a deadline and don't have time to dig into this but a project with the following

was running into this error:

Caused by: clojure.lang.ArityException: Wrong number of args (12) passed to: taoensso.timbre/-log!
        at clojure.lang.AFn.throwArity(AFn.java:429)

and was fixed with

        com.fzakaria/slf4j-timbre   {:mvn/version "0.4.1"
                                     :exclusions [com.taoensso/timbre]}
rufoa commented 2 days ago

Thanks @vxe. Glad you got it working. This project will soon be replaced by native slf4j support in timbre.