Any reason why this could not use logger provided by AS? One of the reasons to choose JUL in the past was about eventual incompatibilities in AS7/EAP/WF logging subsystem.
Excluding AS modules and deploying own version seems not as the right think thing to do to me : https://github.com/IvanGurtler/aerogear-unifiedpush-server/blob/master/servers/ups-as7/src/main/webapp/WEB-INF/jboss-deployment-structure.xml#L9
I'd much prefer that logging relies on what is provided by app server. As UPS is building different wars per container type, it should be pretty easy.
|