+++ This bug was initially created as a clone of Bug #1741585 +++ Description of problem: We recently switched most container logs to use log level=unknown. This causes problems for the remote-syslog plugin as `unknown` isn't in the list of levels/severities: https://github.com/eric/syslog_protocol/blob/master/lib/syslog_protocol/common.rb#L58 ``` 2019-08-15 01:00:20 +0000 [warn]: emit transaction failed: error_class=ArgumentError error="'unknown' is not a designated severity" location="/opt/app-root/src/gems/syslog_protocol-0.9.2/lib/syslog_protocol/packet.rb:72:in `severity='" tag="output_ops_tag" 2019-08-15 01:00:20 +0000 [warn]: /opt/app-root/src/gems/syslog_protocol-0.9.2/lib/syslog_protocol/packet.rb:72:in `severity=' ``` Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1753936
(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.