Index: /trunk/ippTasks/pstamp.pro
===================================================================
--- /trunk/ippTasks/pstamp.pro	(revision 41418)
+++ /trunk/ippTasks/pstamp.pro	(revision 41419)
@@ -1040,6 +1040,10 @@
 
         # XXX: have the script set this up this
-        $MYLOGFILE=/data/ippc17.0/pstamp/work/logs/cleanup.$REQ_ID
-        stdout $MYLOGFILE
+        #$MYLOGFILE=/data/ippc17.0/pstamp/work/logs/cleanup.$REQ_ID
+        ## change to put log in pantasks_log directory, leaving setup similar to original in case need to go back
+	## keeping stdout to NULL like other tasks and avoid trying to write to same file
+	$MYLOGFILE=$LOGSUBDIR/pstamp.cleanup.run.log
+
+        stdout NULL 
         stderr $MYLOGFILE
 
