|
|
|
|
|
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. |
|
did they also map the jndi feature ;)