-
Bug
-
Resolution: Done
-
Normal
-
Logging 5.4.2
-
False
-
-
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>
- clones
-
LOG-2649 Level Critical should match the beginning of the line as the other levels
-
- Closed
-
- links to
- mentioned on