]
Tristan Tarrant updated ISPN-11131:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
server-runtime should use log4j2
--------------------------------
Key: ISPN-11131
URL:
https://issues.redhat.com/browse/ISPN-11131
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 10.1.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.1.1.Final
Currently the server uses JBoss LogManager, because that's what the WildFly server
used.
It works, but the properties-based configuration is kind of clunky: it uses almost the
same format as {{java.util.logging}}, but there are differences. Also not many of our
users are familiar with it: WildFly has its own logging configuration in the XML, and
{{logging.properties}} is auto-generated.
It would be better if we switched to log4j2 with a {{java.util.logging}} bridge.