mattrpav commented on issue #2852: URL: https://github.com/apache/logging-log4j2/issues/2852#issuecomment-2310958755
> @mattrpav, what purpose would the recursion serve? What happens if more than one `log4j2*` file is found? Allows developers/devops to deploy Kubernetes config maps (one file per-subdirectory) without using a special type of volume (aka projected volume). Standard one ConfigMap per-directory ``` /opt/app/conf/log.d/order/log4j2-order.xml /opt/app/conf/log.d/quote/log4j2-quote.xml ``` Projected volume would allow: ``` /opt/app/conf/log.d/log4j2-order.xml /opt/app/conf/log.d/log4j2-quote.xml ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
