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

   > The use case is that when a certificate expires and is replaced that the 
SocketAppender can continue without the need for manual intervention (currently 
need to touch the config file in order to reload the cert or restart).
   
   A different angle: Accept a list of ~files~ URI sources to monitor in 
addition to the configuration file itself?
   
   ```xml
   <Configuration monitorInterval="60">
       <MonitorUri>file:///path/to/cert</MonitorUri>
   </Configuration>
   ```


-- 
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