Skip to content

Commit

Permalink
Verify all kafka logs (#557)
Browse files Browse the repository at this point in the history
* Add post-execution kafka warnings checks

* remarks

* verify all logs
  • Loading branch information
mensfeld authored Jan 22, 2025
1 parent 07231f4 commit aa82c73
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 aa82c73

Please sign in to comment.