Skip to content

Commit

Permalink
Use long-log for ap_verify runs
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Dec 4, 2023
1 parent 063021b commit 7d80192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/verify/pipeline_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def runApPipeGen3(workspace, parsedCmdLine, processes=1):
makeApdb(_getApdbArguments(workspace, parsedCmdLine))

pipelineFile = _getPipelineFile(workspace, parsedCmdLine)
pipelineArgs = ["pipetask", "run",
pipelineArgs = ["pipetask", "--long-log", "run",
"--fail-fast",
"--butler-config", workspace.repo,
"--pipeline", pipelineFile,
Expand Down

0 comments on commit 7d80192

Please sign in to comment.