Skip to content

Commit

Permalink
Add ErrorDestination for Job run/finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lavin committed Jul 25, 2016
1 parent 7324f74 commit a2c31f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/strap/catalog.cfg
Expand Up @@ -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
Expand Down

0 comments on commit a2c31f5

Please sign in to comment.