[interchange] Add ErrorDestination for Job run/finish

Josh Lavin interchange-cvs at icdevgroup.org
Mon Jul 25 18:38:47 UTC 2016


commit a2c31f5c6dbd6608221d6b1517523429640bd9c4
Author: Josh Lavin <jlavin at endpoint.com>
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



More information about the interchange-cvs mailing list