Skip to content

Commit d5b71a1

Browse files
committed
Add cluster debugging
1 parent f5ab22f commit d5b71a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/src/org/labkey/cluster/pipeline/SlurmExecutionEngine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ protected List<String> submitJobToCluster(ClusterJob j, PipelineJob job) throws
9292
if (j.getClusterId() == null)
9393
{
9494
job.getLogger().error("Unable to parse cluster ID: " + StringUtils.join(ret, "\n"));
95+
job.getLogger().error("Command was: [" + command + "]");
9596
}
9697

9798
return ret;

0 commit comments

Comments
 (0)