Skip to content

Commit 66c04ab

Browse files
authored
refactor: log the SLSA summary in verbose mode only (#1063)
Refactor logging behavior to print the SLSA summary only when verbose mode is enabled. We can revisit if the summary should be removed or improved in the verbose mode in the future. Signed-off-by: behnazh-w <[email protected]>
1 parent 87a151b commit 66c04ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/slsa_analyzer/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def run(
265265
self.generate_reports(report)
266266

267267
# Print the analysis result into the console output.
268-
logger.info(str(report))
268+
logger.debug(str(report))
269269

270270
db_session.add(analysis)
271271

0 commit comments

Comments
 (0)