Index: trunk/ippTasks/phase3.pro
===================================================================
--- trunk/ippTasks/phase3.pro	(revision 11336)
+++ trunk/ippTasks/phase3.pro	(revision 11476)
@@ -110,6 +110,8 @@
 
     # output log from filerule
-    $outroot = $WORKDIR/$EXP_TAG
-    $logfile = `ipp_filename.pl PHASE3.LOG $outroot $CLASS_ID`
+    $outroot = `ipp_datapath.pl $WORKDIR`
+    $outroot = $outroot/$EXP_TAG
+    # $logfile = `ipp_filename.pl PHASE3.LOG $outroot $CLASS_ID`
+    $logfile = $outroot/$EXP_TAG.$CLASS_ID.p3.log
     stdout $logfile
     stderr $logfile
