Hacker News new | ask | show | jobs
by alenmilk 1652 days ago
I have ported a Spring Boot application from log4j to logback and it was pretty easy since we used slf4j. The code was the same, the only thing I had to do is to convert the logging configuration. The features mapped one to one and it to some fidgeting to make it work, but all in all it was pretty straight forward. Would recommend.
1 comments

> The features mapped one to one

did they also map the jndi feature ;)

Haha, no that was missing. I mean all the features/loggers that were used in the project mapped one to one.