[
https://issues.jboss.org/browse/JGRP-1962?page=com.atlassian.jira.plugin....
]
Todd VanderWoude commented on JGRP-1962:
----------------------------------------
log4j2.xml is still present in versions 3.6.6-Final and 3.6.7-Final even though this was
marked as fixed in version 3.6.6. The source repository shows that the file was renamed
back to log4j2.xml on the same day it was renamed to something else. This effectively
prevents all logging in our application due to our use of infinispan which has a jgroups
dependency. Looking at your source respository, it appears as though you haven't
followed the standard of having src/main and src/test folders which would allow you to
have a log4j2.xml in your src/test/resources folder so that it would only be used for the
purposes of testing.
Do not include the log4j2.xml resource in the released JGroups jar
------------------------------------------------------------------
Key: JGRP-1962
URL:
https://issues.jboss.org/browse/JGRP-1962
Project: JGroups
Issue Type: Task
Affects Versions: 3.6.4
Reporter: Sanne Grinovero
Assignee: Bela Ban
Fix For: 3.6.6
The {{log4j2.xml}} configuration file is included in JGroups, but this makes it hard to
override the logging as this will likely conflict with other resources configured by end
user applications.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)