Currently spacenavd does some fd redirection on its own to log its stdout/stderr to a hardcoded file location.
This bypasses syslog and systemd journal.
It would be great if this could be made configurable, or replaced with syslog() calls instead, so syslog daemons or the journal can log or forward it however they seem appropriate.
Currently spacenavd does some fd redirection on its own to log its stdout/stderr to a hardcoded file location.
This bypasses syslog and systemd journal.
It would be great if this could be made configurable, or replaced with
syslog()
calls instead, so syslog daemons or the journal can log or forward it however they seem appropriate.