Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 9991)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 9992)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-08 02:10:07 $
+ *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-15 02:34:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -357,4 +357,5 @@
 
         // Set trace destinations
+        #ifndef PS_NO_TRACE
         psString traceDest = psMetadataLookupStr(&mdok, config->site, "TRACEDEST");
         if (mdok && traceDest && strlen(traceDest) > 0)
@@ -368,4 +369,5 @@
             }
         }
+        #endif
 
         // Allow command line options to override defaults for logging.
@@ -374,11 +376,6 @@
         //   B: will the pmConfigRead function always be called on initialization.
         //
-        psS32 saveLogLevel = psLogGetLevel();
         psArgumentVerbosity(config->argc, config->argv);
         // XXX: substitute the string for the default log level for "2".
-        if (2 == psLogGetLevel())
-        {
-            psLogSetLevel(saveLogLevel);
-        }
     }
 
