Skip to content

Commit 29c6ed5

Browse files
debug print entire log
1 parent 33e6985 commit 29c6ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bean-instantiations-startup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if [ -z "$DEFERRED_LINE" ]; then
172172
echo "❌ No deferred eager bean chain length line found after ${DEFERRED_TOTAL_TIMEOUT}s"
173173
echo "Last $LOG_TAIL_LINES lines of $LOG_FILE:"
174-
tail -$LOG_TAIL_LINES $LOG_FILE
174+
cat $LOG_FILE
175175
exit 1
176176
fi
177177

0 commit comments

Comments
 (0)