Skip to content

Commit 91b6f25

Browse files
committed
Add logging
1 parent a475975 commit 91b6f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceAnalysisController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4069,6 +4069,7 @@ public ApiResponse execute(RunSequenceHandlerForm form, BindException errors) th
40694069
catch (IllegalArgumentException e)
40704070
{
40714071
errors.reject(ERROR_MSG, e.getMessage());
4072+
_log.error("Unable to submit sequence handler", e);
40724073
return null;
40734074
}
40744075
}

0 commit comments

Comments
 (0)