Skip to content

Commit

Permalink
remove stacktrace
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
  • Loading branch information
sbcd90 committed Oct 2, 2024
1 parent 3533dd7 commit 66b5b1a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ class DocumentLevelMonitorRunner : MonitorRunner() {
// TODO: Update the Document as part of the Trigger and return back the trigger action result
return monitorResult.copy(triggerResults = triggerResults, inputResults = inputRunResults)
} catch (e: Exception) {
e.printStackTrace()
val errorMessage = ExceptionsHelper.detailedMessage(e)
monitorCtx.alertService!!.upsertMonitorErrorAlert(monitor, errorMessage, executionId, workflowRunContext)
logger.error("Failed running Document-level-monitor ${monitor.name}", e)
Expand Down

0 comments on commit 66b5b1a

Please sign in to comment.