Description:
|
ReconfigureOnChangeFilter
213 lc.reset();
214 long threshold = System.currentTimeMillis();
215 try {
216 jc.doConfigure(mainConfigurationURL);
217 if (statusUtil.hasXMLParsingErrors(threshold))
{
218 fallbackConfiguration(lc, eventList, mainURL);
219 }
220 } catch (JoranException e)
{
221 fallbackConfiguration(lc, eventList, mainURL);
222 }
Events logged between 213 and 216 lines will be lost
|