[Swift-commit] r7992 - trunk/src/org/griphyn/vdl/karajan

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Jul 11 23:03:05 CDT 2014


Author: hategan
Date: 2014-07-11 23:03:05 -0500 (Fri, 11 Jul 2014)
New Revision: 7992

Modified:
   trunk/src/org/griphyn/vdl/karajan/Loader.java
Log:
only log config once

Modified: trunk/src/org/griphyn/vdl/karajan/Loader.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Loader.java	2014-07-12 04:01:05 UTC (rev 7991)
+++ trunk/src/org/griphyn/vdl/karajan/Loader.java	2014-07-12 04:03:05 UTC (rev 7992)
@@ -148,7 +148,6 @@
             }
             setupLogging(ap, config, projectName, runID);
             logBasicInfo(argv, runID, config);
-            debugConfigText(config);
             
             boolean provenanceEnabled = config.isProvenanceEnabled();
             
@@ -277,7 +276,7 @@
             logger.info("CWD " + new File(".").getAbsolutePath());
         }
         if (logger.isDebugEnabled()) {
-            logger.debug("SWIFT_CONFIGURATION " + conf);
+            logger.debug("SWIFT_CONFIGURATION \n" + conf);
         }
     }
 
@@ -536,10 +535,6 @@
             textLogger.debug("END " + name + ":");
         }
     }
-
-    static void debugConfigText(SwiftConfig config) {
-		logger.info("SWIFT_CONF \n" + config);
-    }
     
     /**
      * The build ID is a UID that gets generated with each build. It is




More information about the Swift-commit mailing list