Skip to content

Commit

Permalink
verify all logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jan 22, 2025
1 parent c314b0e commit e940831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/verify_kafka_warnings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allowed_patterns=(
)

# Get all warnings
warnings=$(docker logs kafka | grep WARN)
warnings=$(docker logs --since=0 kafka | grep WARN)
exit_code=0

while IFS= read -r line; do
Expand Down

0 comments on commit e940831

Please sign in to comment.