Skip to content

Commit eb7eabf

Browse files
committed
attestations: explicitly stream
Signed-off-by: William Woodruff <[email protected]>
1 parent e65fa5a commit eb7eabf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

attestations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Be very verbose.
1313
sigstore_logger = logging.getLogger("sigstore")
1414
sigstore_logger.setLevel(logging.DEBUG)
15+
sigstore_logger.addHandler(logging.StreamHandler())
1516

1617
_GITHUB_STEP_SUMMARY = Path(os.getenv("GITHUB_STEP_SUMMARY"))
1718

0 commit comments

Comments
 (0)