-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyslogUdpHandler - Allow setting "rfc" parameter #342
Comments
Ref PR #343 |
Also highly requested from my side, need it to select RFC5424e (time with miliseconds) for SyslogUDP logging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: