Bug 1741590
| Summary: | remote-syslog error when the record has level=unknown | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Rich Megginson <rmeggins> | |
| Component: | Logging | Assignee: | Rich Megginson <rmeggins> | |
| Status: | CLOSED WONTFIX | QA Contact: | Anping Li <anli> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.1.0 | CC: | anli, aos-bugs, rmeggins | |
| Target Milestone: | --- | |||
| Target Release: | 4.1.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause: Logging changed container logs to use log level "unknown" because there is no way to accurately determine container log levels for all types of container logs. See https://bugzilla.redhat.com/show_bug.cgi?id=1726639
Consequence: The remote syslog plugin broke because it does not know how to handle level "unknown"
Fix: Change the plugin to use the configured default log level (e.g. "info") when it sees level "unknown".
Result: Remote syslog plugin will continue to work and use the default log level instead of "unknown".
|
Story Points: | --- | |
| Clone Of: | 1741585 | |||
| : | 1741591 (view as bug list) | Environment: | ||
| Last Closed: | 2020-01-20 18:16:33 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1741585 | |||
| Bug Blocks: | ||||
|
Description
Rich Megginson
2019-08-15 13:49:45 UTC
(In reply to Anping Li from comment #2) > Blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1753936 I understand that testing of this bz is blocked by 1753936 but is this bz also failing? I don't understand why this bz was moved back to ASSIGNED. |