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

    r42430 r42440  
    6161  npending 1
    6262
    63   stdout $LOGDIR/ckchip_s3.run.stdout.log 
    64   stderr $LOGDIR/ckchip_s3.run.stderr.log
    65 
    6663  task.exec
    6764    # if we are unable to run the 'exec', use a long retry time
     
    7572    book getpage ckchip_s3.book 0 -var pageName -key pantaskState INIT
    7673    if ("$pageName" == "NULL") break
     74
     75    stdout $mypath/$DATEOBS/log.ckchip_s3.runhosts.v0 
     76    stderr $mypath/$DATEOBS/log.ckchip_s3.runhosts.v0 
    7777
    7878    book setword ckchip_s3.book $pageName pantaskState RUN
     
    8989  end
    9090
    91   ## XX delete the page from the book if done?
     91  # SUCCESS
    9292  task.exit 0
    93     queuepush stdout "------- end of stdout ---------"
    94     queuesave stdout $options:0/log.ckchip_s3.v1
    95     queuepush stderr "------- end of stderr ---------"
    96     queuesave stderr $options:0/log.ckchip_s3.v1
    9793    book setword ckchip_s3.book $options:0 pantaskState DONE
    9894    exec update.rawfix.sh $options:0 ckchip_s3.done
Note: See TracChangeset for help on using the changeset viewer.