IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2023, 2:43:59 PM (3 years ago)
Author:
eugene
Message:

cleanup logging and automatic advance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt

    r42430 r42440  
    8282
    8383    # write an entry point in the log for this night
    84     sprintf tmpline "%s/%s/md5sum_s2.runhosts.log" $mypath $DATEOBS
     84    sprintf tmpline "%s/%s/log.md5sum_s2.runhosts.v0" $mypath $DATEOBS
    8585    date -var mydate
    8686    exec echo "# start runhosts $mydate" >> $tmpline
     
    124124  periods      -timeout 60
    125125
    126   stdout $LOGDIR/md5sum_s2.runhosts.stdout.log 
    127   stderr $LOGDIR/md5sum_s2.runhosts.stderr.log
    128 
    129126  task.exec
    130127    # if we are unable to run the 'exec', use a long retry time
     
    145142    option $pageName $DATEOBS
    146143    # save DATEOBS so we can find the md5sum_s2.book entry
     144
     145    # does the output go here?
     146    stdout $mypath/$DATEOBS/log.md5sum_s2.runhosts.v0 
     147    stderr $mypath/$DATEOBS/log.md5sum_s2.runhosts.v0 
    147148
    148149    # XXX TEST: $USE_HOST = ipp060
     
    270271  if ("$1" != "OK")
    271272    book setword md5sum_s2.book $options:1 pantasksQuality $1
    272     sprintf tmpline "%s/%s/md5sum_s2.runhosts.log" $mypath $options:1
     273    sprintf tmpline "%s/%s/log.md5sum_s2.runhosts.v0" $mypath $options:1
    273274    exec echo "failure $1 $options:0" >> $tmpline
    274275  else
Note: See TracChangeset for help on using the changeset viewer.