Index: libexec/vdl-int-staging.k =================================================================== --- libexec/vdl-int-staging.k (revision 3965) +++ libexec/vdl-int-staging.k (working copy) @@ -142,8 +142,11 @@ )) appStageins(jobid, stagein, ".", stagingMethod) + if( + vdl:configProperty("wrapperlog.always.transfer") == "true" + stageOut("wrapper.log", "{stagingMethod}://localhost/{ddir}/{jobid}.info") + ) - stageOut("wrapper.log", "{stagingMethod}://localhost/{ddir}/{jobid}.info") //stageOut("{stdout}", "{stagingMethod}://localhost/{ddir}/{stdout}") //stageOut("{stderr}", "{stagingMethod}://localhost/{ddir}/{stderr}") appStageouts(jobid, stageout, ".", stagingMethod)