Index: trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42411)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42430)
@@ -61,7 +61,4 @@
   npending 1
 
-  stdout $LOGDIR/ckchip.run.stdout.log  
-  stderr $LOGDIR/ckchip.run.stderr.log
-
   task.exec
     # if we are unable to run the 'exec', use a long retry time
@@ -80,4 +77,9 @@
     option $pageName
 
+    # this is the first place in the proces that this location is known
+    mkdir  $DATEOBS
+    stdout $DATEOBS/log.ckchip.v0  
+    stderr $DATEOBS/log.ckchip.v0
+
     substr $DATEOBS 0 4 YEAR
     substr $DATEOBS 4 2 MONTH
@@ -86,12 +88,9 @@
     sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
 
-    command check_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt
+    command check_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
   end
 
-  ## XX delete the page from the book if done?
+  # mark the entry done, will be deleted above in .load
   task.exit 0
-    # convert the stdout 'queue' to entries in a book
-    # fields in the table will become words in the page
-    # use the queuesize (Nhosts) to track how many jobs are done / to be done
     book setword ckchip.book $options:0 pantaskState DONE
     exec update.rawfix.sh $options:0 ckchip.done
@@ -119,2 +118,7 @@
 end
 
+# option for writing stdout / stderr to a file
+# queuepush stdout "------- end of stdout ---------"
+# queuesave stdout $options:0/log.ckchip.v0
+# queuepush stderr "------- end of stderr ---------"
+# queuesave stderr $options:0/log.ckchip.v0
