Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-922

ReconfigureOnChangeFilter causes message loss

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.0.13
    • logback-classic
    • None

    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

      Attachments

        Activity

          People

            logback-dev Logback dev list
            ksama Kiran Sama
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: