Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-2649

Level Critical should match the beginning of the line as the other levels

XMLWordPrintable

    • False
    • None
    • False
    • NEW
    • VERIFIED
    • Logging (Core) - Sprint 219, Logging (Core) - Sprint 220

      As the following to https://issues.redhat.com/browse/LOG-2033 and https://issues.redhat.com/browse/LOG-2201. The Level Critical(C[0-9]+) should match the beginning of the line as the other levels

          <level>
            name warn
            match 'Warning|WARN|^W[0-9]+|level=warn|Value:warn|"level":"warn"'
          </level>
          <level>
            name info
            match 'Info|INFO|^I[0-9]+|level=info|Value:info|"level":"info"'
          </level>
          <level>
            name error
            match 'Error|ERROR|^E[0-9]+|level=error|Value:error|"level":"error"'
          </level>
          <level>
            name critical
            match 'Critical|CRITICAL|C[0-9]+|level=critical|Value:critical|"level":"critical"'
          </level>
          <level>
            name debug
            match 'Debug|DEBUG|^D[0-9]+|level=debug|Value:debug|"level":"debug"'
          </level>
      

            jcantril@redhat.com Jeffrey Cantrill
            rhn-support-anli Anping Li
            Anping Li Anping Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: