David Craven skribis:
> * modules/shepherd/service.scm (exec-command): Redirect stdout and
> stderr to log-file.
> (fork+exec-command): Pass log-file to exec-command.
> (make-forkexec-constructor): Cleanup log-file. Pass log-file to
> fork+exec-command.
> * doc/shepherd.texi (@deffn): Upd
>> Not syslog, but helps with debugging...
> That definitely helps - however, in the long run, I think that using syslog
> is better.
I agree, but someone has to write it...
> Syslog does the splitting up in different files (or not) and onto different
> machines
> (or not), filtering (or not),
On Tue, 6 Sep 2016 14:36:35 +0200
David Craven wrote:
> Not syslog, but helps with debugging...
That definitely helps - however, in the long run, I think that using syslog is
better. Syslog does the splitting up in different files (or not) and onto
different machines (or not), filtering (or no
Not syslog, but helps with debugging...
* modules/shepherd/service.scm (exec-command): Redirect stdout and
stderr to log-file.
(fork+exec-command): Pass log-file to exec-command.
(make-forkexec-constructor): Cleanup log-file. Pass log-file to
fork+exec-command.
* doc/shepherd.texi (@deffn): Update documentation.
---
doc/shepherd