Skip to content
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

Protocol unix_syslog no longer works #18

Open
rossjudson opened this issue Feb 19, 2014 · 0 comments
Open

Protocol unix_syslog no longer works #18

rossjudson opened this issue Feb 19, 2014 · 0 comments

Comments

@rossjudson
Copy link

When local process id was added, it altered the signature of a method that was overridden by the various AbstractSyslog subclasses. This ends up routing the messages to a NO-OP instead of sending them. The subclasses need to be refactored to the new signature.

If @OverRide annotations had been present, this would have been caught by a compile-time error when the local proc id change was made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant