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 10, 2023
1 parent 54363aa commit 8f22485
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.info("Optional finding callback failed: ${e.message}")
logger.debug("Optional finding callback failed: ${e.message}")
}
return finding.id
}
Expand Down

0 comments on commit 8f22485

Please sign in to comment.