mheily / jobd

A job management framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to log error messages around exec()

mheily opened this issue · comments

There are some FIXMEs in job.c related to logging exec() failures.

This hinders debugging of failed jobs.

We need special logfile handling for these calls, perhaps even reopening the parent's logfile, or creating a new syslog connection.

See bug #73 as an example of where this hurts.