Re: Configuration file discovery

2017-04-11 Thread Remko Popma
A better error message sounds like a good idea. If you make a Jira ticket for this, please make it part of the "ergonomics" epic: https://issues.apache.org/jira/browse/LOG4J2-1811 On Tue, Apr 11, 2017 at 9:19 PM, Mikael Ståldal wrote: > Some configuration file formats (JSON, YAML) require additi

Configuration file discovery

2017-04-11 Thread Mikael Ståldal
Some configuration file formats (JSON, YAML) require additional runtime dependencies. If a such dependency is missing, configuration file location will stop and not try other configuration files with lower priority. E.g. if I have both log4j2.json and log4j2.xml in classpath, but not Jackson (requ