klogging / slf4j-klogging

Simple SLF4J binding that directs log events to Klogging
Apache License 2.0
7 stars 2 forks source link

Support for SLF4J 2.0 #29

Closed skotsj closed 1 year ago

skotsj commented 1 year ago

Binding doesn't work with slf4j 2.0 which is now default in Spring.

https://www.slf4j.org/faq.html#changesInVersion200 https://www.slf4j.org/codes.html#ignoredBindings

mjstrasser commented 1 year ago

@skotsj Thanks for bringing this to my attention. I am transferring it to slf4j-klogging repo, where I will address it.

mjstrasser commented 1 year ago

@skotsj I have updated slf4j-klogging and klogging-spring-boot-starter to work with SLF4J 2.x and Spring Boot 3.x.

Please try version 0.3.0 of either and let me know if it works for you (they both work in my testing).

skotsj commented 1 year ago

Seems to work well, thanks

mjstrasser commented 1 year ago

Good to know!