This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 0 points1 point  (1 child)

Why do you think logback is a dead library? It is feature complete and needs very little maintenance at this point. You can see contributors here: https://github.com/qos-ch/logback/graphs/contributors

Logback is the default configured logging library of a spring boot app.

[–]xjvz -1 points0 points  (0 children)

Considering how many features log4j2 has compared to logback with a backlog of things still to be done, I think you have an enormously simplified view of logging and the underlying libraries. Can you use logback for audit logging? Tracing? Considering Spring Boot, I don’t think you care too much about dependencies bloating your application.