Re: Regarding log4j2 monitor interval

2018-12-21 Thread Bhavesh Patel
Thanks Matt. Regards,Bhavesh. On Friday, December 21, 2018, 7:50:44 AM PST, Matt Sicker wrote: I'm also interested in this idea. My current workaround that I'm using for refreshing system properties (for example) is to call LoggerContext.getContext(false).reconfigure() after updating lo

Re: Regarding log4j2 monitor interval

2018-12-21 Thread Bhavesh Patel
Created a JIRA issue (https://issues.apache.org/jira/browse/LOG4J2-2526). I have put in the basic information. Please feel free to update it as needed. Thanks,Bhavesh. On Friday, December 21, 2018, 8:36:01 AM PST, Ralph Goers wrote: If you haven’t created a Jira issue for this please

Re: Regarding log4j2 monitor interval

2018-12-21 Thread Ralph Goers
If you haven’t created a Jira issue for this please do. I need to make modifications to the current file watching logic as I need to be able to monitor configurations external to the application, such as in Spring cloud or possibly even in a git repo. It may be that we will want to add a list of

Re: Regarding log4j2 monitor interval

2018-12-21 Thread Matt Sicker
I'm also interested in this idea. My current workaround that I'm using for refreshing system properties (for example) is to call LoggerContext.getContext(false).reconfigure() after updating lookup values. I'd imagine we'd need a new API to support the configuration being notified of lookup value ch