vy commented on issue #3368:
URL: 
https://github.com/apache/logging-log4j2/issues/3368#issuecomment-2582635114

   @JWT007, if I understand you right, you have
   
   1. an XML configuration bundled with the deployment unit (JAR, WAR, etc.)
   2. an XML configuration containing user-provided customizations (quasi the 
"editable" external-configuration)
   3. a configuration containing admin UI appenders/loggers
   
   You're combining first three into the bootstrap configuration using 
`CompositeConfiguration`, later on programmatically changing this with new 
loggers/appenders through your admin UI, right? Wouldn't it be possible to 
construct your admin UI configuration using `ConfigurationBuilder`, and create 
a new `CompositeConfiguration` containing all three?


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to