Subject: | Add 'nofatal' to openlog |
By default openlog and syslog do croak() if syslog is not available
(because of a restart, for example). To make programs using
Sys::Syslog more robust, the 'nofatal' option has been implemented in
Sys::Syslog. See bug #17316.
Could you add support for it in Net::Server? Right now it is not
possible to specify it, since syslog_logopt is checked for known
options. I think that it would make sense to make it default
('pid,nofatal' instead of 'pid').
Thanks
David