Conversation
|
Interesting, do you have a specific reason for switching? |
Log4j 1.x is more than outdated, also if use reload4j. However with log4j2 we could employ MDC to simplify the moving of some log context information plus we could imagine to implement a log file per session with the routing filter. |
|
Ideally, the broker would only have a dependency on a logging api, not an implementation. We could make the broker only depend on the API (either SLF4J-API or log4j-api) and have a separate maven subproject that makes moquette a runable application by adding the full logging implementation... |
|
This is a good point! |
Release notes
What does this PR do?
Why is it important/What is the impact to the user?
Checklist
Author's Checklist
How to test this PR locally
Related issues
Use cases