Skip to content

Commit 6275842

Browse files
feat: change log level from quiet to debug for better troubleshooting in integration workflow
1 parent 5747648 commit 6275842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
--output "${TARGET_DIR}/aibom.${OUTPUT_FORMAT}" \
5757
${FORMAT_FLAG} \
5858
--hf-mode "${HF_MODE}" \
59-
--log-level quiet
59+
--log-level debug
6060
6161
- name: Validate generated AIBOM files
6262
env:
@@ -88,7 +88,7 @@ jobs:
8888
go run . validate \
8989
--input "$file" \
9090
--format auto \
91-
--log-level quiet \
91+
--log-level debug \
9292
--strict \
9393
--min-score 0.5 2>&1 | tee "$LOG"
9494
done

0 commit comments

Comments
 (0)