[Swift-commit] r7600 - branches/release-0.95/libexec

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Mon Feb 17 12:47:53 CST 2014


Author: davidk
Date: 2014-02-17 12:47:52 -0600 (Mon, 17 Feb 2014)
New Revision: 7600

Modified:
   branches/release-0.95/libexec/swift-int.k
Log:
Logging updates from trunk (include jobid with stagein/stageouts)


Modified: branches/release-0.95/libexec/swift-int.k
===================================================================
--- branches/release-0.95/libexec/swift-int.k	2014-02-16 19:45:40 UTC (rev 7599)
+++ branches/release-0.95/libexec/swift-int.k	2014-02-17 18:47:52 UTC (rev 7600)
@@ -220,7 +220,7 @@
     }
 
 	doStagein := function(jobid, files, dir, host) {
-		log(LOG:INFO, "START jobid={jobid} - Staging in files")
+                log(LOG:INFO, "START jobid={jobid} - Staging in files {files}")
 
 		cdmfile := cdm:file()
 		libexec := "{SWIFT:HOME}/libexec"
@@ -269,8 +269,8 @@
 				fullLocal := dircat(ldir, bname)
 				fullRemote := dircat(rdir, bname)
 
-				log(LOG:DEBUG, "FILE_STAGE_OUT_START srcname={bname} srcdir={rdir} srchost={host} ",
-					"destdir={ldir} desthost={dhost} provider={provider}")
+                                log(LOG:DEBUG, "FILE_STAGE_OUT_START srcname={bname} srcdir={rdir} srchost={host} ",
+                                        "destdir={ldir} desthost={dhost} provider={provider} jobid={jobid}")
 				//make sure we do have the directory on the client side
 				dir:make(ldir, host=dhost, provider=provider)
 				policy := cdm:query(file)




More information about the Swift-commit mailing list