Haim Rubinstein
Haim Rubinstein
following [this](https://github.com/influxdata/go-syslog/issues/30) issue. in the new standard (RFC [5424](https://www.rfc-editor.org/rfc/rfc5424#section-6.2.1)) it stated that 'Facility and Severity values are not normative but often used.' meaning that the pri header is not mandatory....
Hi, I'm using the [OTEL ](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/syslogreceiver/README.md) syslog receiver that's using go-syslog. While doing testing I noticed that the PRI header is mandatory. after some local debugging, I found this code...