]
Tristan Tarrant updated ISPN-5719:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.1.0.Alpha1
8.1.0.Final
Resolution: Done
Use log4j 2.0 everywhere
------------------------
Key: ISPN-5719
URL:
https://issues.jboss.org/browse/ISPN-5719
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 8.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.1.0.Alpha1, 8.1.0.Final, 8.0.2.Final
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.