rm5248 commented on PR #490:
URL: https://github.com/apache/logging-log4cxx/pull/490#issuecomment-2746198854

   > > I don't know if the configuration can be changed at runtime and if there 
is a chance of log event loss during reconfiguration.
   > 
   > Yes, configuration can be changed at runtime. I do not know if log event 
loss during reconfiguration is prevented.
   
   It probably depends on if the application is single or multi-threaded, and 
the configuration that you have.  If it's single threaded and you're only 
logging to a file, then a reconfiguration wouldn't lose any log messages.
   
   I think the core is properly mutexed, so when an appender gets reconfigured 
it will block any new events from coming in until the configuration is applied.


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