Open vincentjames501 opened 1 year ago
@vincentjames501 Hi Vincent - in case this is still relevant for you, you might want to try Timbre v6.6.0-RC1 which now includes built-in SLF4J(v2) support that'll always be automatically kept in-sync with the latest Timbre release.
@ptaoussanis , this is great! We'll roll this into our internal logging library that leverages timbre soon. Thanks again!
On v5, this line of code (https://github.com/fzakaria/slf4j-timbre/blob/master/src/slf4j_timbre/factory.clj#L15) outputs:
on v6 it outputs:
This is because
:_init-config
is now present intimbre/*config*
but not in(var-get (resolve 'taoensso.timbre/example-config))
.Because of this, it causes https://github.com/fzakaria/slf4j-timbre/issues/32 to come back with v6 of timbre and the latest version of this library.