[interchange] Add ErrorDestination for Job run/finish

Josh Lavin <[email protected]> Mon, 25 Jul 2016 18:38:47 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit a2c31f5c6dbd6608221d6b1517523429640bd9c4
Author: Josh Lavin <[email protected]>
Date:   Mon Jul 25 11:38:21 2016 -0700

    Add ErrorDestination for Job run/finish

 dist/strap/catalog.cfg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/dist/strap/catalog.cfg b/dist/strap/catalog.cfg
index 4e610ab..54d011e 100644
--- a/dist/strap/catalog.cfg
+++ b/dist/strap/catalog.cfg
@@ -48,6 +48,8 @@ ifdef LOGDIR
 ErrorFile       __LOGDIR__/error.log
 AsciiTrack      __LOGDIR__/tracking.asc
 #TrackFile       __LOGDIR__/usertrack
+ErrorDestination  "Run jobs group=%s pid=%s"       __LOGDIR__/jobs_run.log
+ErrorDestination  "Finished jobs group=%s pid=%s"  __LOGDIR__/jobs_run.log
 endif
 
 ifndef LOGDIR