-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
Incidents & Support
-
False
-
-
False
-
NEW
-
NEW
-
-
-
-
Log Collection - Sprint 273, Logging - Sprint 274, Logging - Sprint 275, Logging - Sprint 277, Logging - Sprint 278
-
Moderate
Description of problem:
The OpenShift Web Console UI incorrectly highlights log messages at the info level as errors when they contain specific keywords like 'error'. This behavior leads to confusion when reviewing logs, as messages that are purely informational appear visually as errors.
Version-Release number of selected component (if applicable):
4.x
How reproducible:
Always
Steps to Reproduce:
1. Generate an info level log message that contains the word error 2. View the logs in the main console UI (not the console pod logs) 3. Observe that the log entry is highlighted in red as if it were an error
Actual results:
The log message is highlighted in red, despite being info level.
Expected results:
Log messages at the info level should not be visually highlighted as errors, regardless of their content.
Additional info:
Impact: Increased noise in console Difficulty in distinguishing real errors from informational messages