Ralph Goers created LOG4J2-2815:
-----------------------------------
Summary: Allow composite configurations with Spring Boot
Key: LOG4J2-2815
URL: https://issues.apache.org/jira/browse/LOG4J2-2815
Project: Log4j 2
Issue Type: Improvement
Components: Configuration
Affects Versions: 2.13.1
Reporter: Ralph Goers
Fix For: 2.13.2
Spring Boot parses the value of the logging.config property in application.yml
or bootstrap.yml as a URL. This prevents Log4j's normal method of using comma
separated values. Since the only way to specify multiple urls in a single url
is via query parameters, the Log4j Spring cloud support needs to be modified to
allow for extra logging configuration locations to be provided using a query
parameter named "override".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)