Skip to content

Commit 212d822

Browse files
authored
warmup_run: raise verbosity to DEBUG
VERBOSE is too verbose.
1 parent ad99f4c commit 212d822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ rule warmup_run:
109109
shell: """
110110
set -m # monitor mode to prevent lingering processes
111111
exec ddsim \
112-
-v VERBOSE \
112+
-v DEBUG \
113113
--runType batch \
114114
--numberOfEvents 1 \
115115
--compactFile "$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml" \

0 commit comments

Comments
 (0)