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.pt

    r42430 r42440  
    8282
    8383    # write an entry point in the log for this night
    84     sprintf tmpline "%s/%s/md5sum.runhosts.log" $mypath $DATEOBS
     84    sprintf tmpline "%s/%s/log.md5sum.runhosts.v0" $mypath $DATEOBS
    8585    date -var mydate
    8686    exec echo "# start runhosts $mydate" >> $tmpline
     
    143143    # save DATEOBS so we can find the md5sum.book entry
    144144
     145    # does the output go here?
    145146    stdout $mypath/$DATEOBS/log.md5sum.runhosts.v0 
    146147    stderr $mypath/$DATEOBS/log.md5sum.runhosts.v0 
     
    268269  if ("$1" != "OK")
    269270    book setword md5sum.book $options:1 pantasksQuality $1
    270     sprintf tmpline "%s/%s/md5sum.runhosts.log" $mypath $options:1
     271    sprintf tmpline "%s/%s/log.md5sum.runhosts.v0" $mypath $options:1
    271272    exec echo "failure $1 $options:0" >> $tmpline
    272273  else
Note: See TracChangeset for help on using the changeset viewer.