Stephane Nicoll created GEODE-6964:
--------------------------------------
Summary: Log4j configuration can be altered by adding geode-core
to the classpath
Key: GEODE-6964
URL: https://issues.apache.org/jira/browse/GEODE-6964
Project: Geode
Issue Type: Bug
Components: logging
Reporter: Stephane Nicoll
{{geode-core}} ships with a {{log4j2.xml}} at the standard location which means
that it is a candidate for bootstraping the logging infrastructure of any app
using that library. See also #GEODE-189
This is a problem when embedding this library in application that relies on the
absence of such a file to derive a sensible default configuration (typically a
Spring Boot app).
In general, the hard dependency on log4j is a bit annoying for the embedded use
case. There is more context available here:
https://github.com/spring-projects/spring-boot-data-geode/issues/42
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)