Hello :) I am writing a shepherd service and I want the log to go into a file. So far so good, there is #:log-file. But it is described as:
--8<---------------cut here---------------start------------->8--- When LOG-FILE is true, it names the file to which the service's standard output and standard error are redirected. --8<---------------cut here---------------end--------------->8--- However I want to log stdout into one file, and stderr into another file. Does anyone have some neat trick how to achieve that? Thanks, Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.