Open
Description
The SyslogUdpHandler constructor has a last parameter "rfc", default value is "self::RFC5424".
However, the current Monolog Bundle implementation dos not allows to set another value like self::RFC3164.
It will be nice if we can do something like that:
monolog:
handlers:
syslog:
type: syslogudp
host: 127.0.0.1
port: 514
level: error
ident: app
rfc: 0
Metadata
Metadata
Assignees
Labels
No labels