From 308a5f2947c0373da8f14923ffaaf40c94d0832b Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Thu, 12 Sep 2024 21:08:19 -0400
Subject: [PATCH] Snakefile: enable debug in xrdcp

---
 Snakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Snakefile b/Snakefile
index 0c9de136..76e03ec9 100644
--- a/Snakefile
+++ b/Snakefile
@@ -26,7 +26,7 @@ rule fetch_epic:
         filepath="EPIC/{PATH}"
     retries: 3
     shell: """
-xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
+xrdcp --debug 2 root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
 """ if use_xrootd else """
 mc cp S3/eictest/{output.filepath} {output.filepath}
 """ if use_s3 else f"""
-- 
GitLab