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

Log::Log4perl::JavaMap::SyslogAppender Not Handling "socket" #92

Open
hkclark opened this issue Oct 25, 2018 · 2 comments
Open

Log::Log4perl::JavaMap::SyslogAppender Not Handling "socket" #92

hkclark opened this issue Oct 25, 2018 · 2 comments

Comments

@hkclark
Copy link

hkclark commented Oct 25, 2018

I see where Sys::Syslog supports a host options on the setlogsock() call, and I see where Log::Dispatch::Syslog lets you pass an arrayref for the socket option that it will pass through to Sys::Syslog::setlogsock(). However, in looking at the code for Log::Log4perl::JavaMap::SyslogAppender, it doesn't look like it does anything with the $socket option/variable (either in terms of initializing it or using it/passing it to Log::Dispatch::Syslog. Is this an oversight or am I missing something obvious? Thanks.

@hkclark
Copy link
Author

hkclark commented Oct 25, 2018

PS - I don't mind providing a patch, but I wanted to see if there was interest in that and/or if there was something I was missing in how to get that working. Thanks.

@mohawk2
Copy link
Collaborator

mohawk2 commented Sep 6, 2020

I think you're right. Could you put together docs, test(s), and any needed code to make this work? It looks like a half-finished bit of porting.

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

2 participants