-
Task
-
Resolution: Done
-
Major
-
8.0.0.Final
-
None
Some of our dependencies have their own logging, and they don't use log4j2 automatically:
1. Spring uses commons-logging. Can use log4j2 with the commons-logging bridge.
2. Netty uses slf4j, log4j 1.2, or JDK logging. Can use log4j2 with the slf4j bridge.