Skip to content

Commit

Permalink
suppress optional callback exception
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
  • Loading branch information
sbcd90 committed Aug 9, 2023
1 parent b1f4bed commit 54363aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ object DocumentLevelMonitorRunner : MonitorRunner() {
publishFinding(monitor, monitorCtx, finding)
} catch (e: Exception) {
// suppress exception
logger.error("Optional finding callback failed", e)
logger.info("Optional finding callback failed: ${e.message}")
}
return finding.id
}
Expand Down

0 comments on commit 54363aa

Please sign in to comment.