Skip to content

Commit ef08c06

Browse files
committed
Improve logging
1 parent 1a64e10 commit ef08c06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/ProcessVariantsHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ protected String getJsonName()
778778

779779
public void setStepComplete(int stepIdx, String inputFilePath, RecordedAction action, File scatterOutput) throws PipelineJobException
780780
{
781+
getLogger().debug("Marking step complete with VCF: " + inputFilePath);
781782
_scatterOutputs.put(getKey(stepIdx, inputFilePath), scatterOutput);
782783
_recordedActions.add(action);
783784
saveState();

0 commit comments

Comments
 (0)