Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 8271)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 8272)
@@ -3,6 +3,6 @@
  *  @author PAP, IfA
  *
- *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-09 02:37:07 $
+ *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-10 21:49:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -384,4 +384,13 @@
         }
         psFree(traceIter);
+    }
+    //
+    // If TRACEFORMAT is specified in the configuration file, then we must
+    // initialize with a call to psTraceSetFormat().
+    //
+    psString traceFormat = psMetadataLookupStr(&mdok, config->site, "TRACEFORMAT");
+    if (mdok && traceFormat) {
+        psTrace("psModules.config", 7, "Setting trace format to %s\n", traceFormat);
+        psTraceSetFormat(traceFormat);
     }
 
