IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41419 for trunk/ippTasks


Ignore:
Timestamp:
Sep 18, 2020, 5:07:09 PM (6 years ago)
Author:
mhuber
Message:

replace wrongly hardcoded stamp cleanup log to put into pantasks log subdir and only do stderr, IPP-729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pstamp.pro

    r40150 r41419  
    10401040
    10411041        # XXX: have the script set this up this
    1042         $MYLOGFILE=/data/ippc17.0/pstamp/work/logs/cleanup.$REQ_ID
    1043         stdout $MYLOGFILE
     1042        #$MYLOGFILE=/data/ippc17.0/pstamp/work/logs/cleanup.$REQ_ID
     1043        ## change to put log in pantasks_log directory, leaving setup similar to original in case need to go back
     1044        ## keeping stdout to NULL like other tasks and avoid trying to write to same file
     1045        $MYLOGFILE=$LOGSUBDIR/pstamp.cleanup.run.log
     1046
     1047        stdout NULL
    10441048        stderr $MYLOGFILE
    10451049
Note: See TracChangeset for help on using the changeset viewer.