pink-gorilla / webly

reagent/reframe application skelleton
7 stars 2 forks source link

slf4j-timbre not working with SLF4J 12.0 #22

Closed awb99 closed 5 months ago

awb99 commented 3 years ago

Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8. SLF4J: Ignoring binding found at [jar:file:/home/andreas/.m2/repository/com/fzakaria/slf4j-timbre/0.3.21/slf4j-timbre-0.3.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]

awb99 commented 3 years ago

ticket opened in slf4j-timbre

awb99 commented 3 years ago

https://github.com/fzakaria/slf4j-timbre/issues/45

genmeblog commented 2 years ago

Exclude any logging backend from a dependency. Logging in java assumes that configuring backend is solely on the user side not on the library side.