Issue Type: Bug Bug
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-classic
Created: 12/Nov/13 8:52 AM
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

Project: logback
Priority: Major Major
Reporter: Kiran Sama
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira