You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I see where
Sys::Syslog
supports ahost
options on thesetlogsock()
call, and I see whereLog::Dispatch::Syslog
lets you pass an arrayref for thesocket
option that it will pass through toSys::Syslog::setlogsock()
. However, in looking at the code forLog::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 toLog::Dispatch::Syslog
. Is this an oversight or am I missing something obvious? Thanks.The text was updated successfully, but these errors were encountered: