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
When logging via unix datagram sockets, you have to specify a path to write the logs to. It would be a great advantage if the library could find the system default syslog pipe by default.
Per my cursory investigation, this seems to be /dev/log in Linux, /var/run/log in BSD and /var/run/syslog in OSX. I would hope there is a reliable way to determine this at runtime.
The text was updated successfully, but these errors were encountered:
When logging via unix datagram sockets, you have to specify a path to write the logs to. It would be a great advantage if the library could find the system default syslog pipe by default.
Per my cursory investigation, this seems to be
/dev/log
in Linux,/var/run/log
in BSD and/var/run/syslog
in OSX. I would hope there is a reliable way to determine this at runtime.The text was updated successfully, but these errors were encountered: