Skip to content

Commit 61dacc0

Browse files
committed
Improve logging from test
1 parent 6fed5f3 commit 61dacc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kind-ngf/scripts/test-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ display_logs() {
7272
local nginx_pod=$(kubectl get pods -n "$NAMESPACE" -l app=nginx-inference -o jsonpath='{.items[0].metadata.name}' 2>/dev/null)
7373
if [ -n "$nginx_pod" ]; then
7474
echo -e "${BLUE} NGINX logs:${NC}"
75-
kubectl logs -n "$NAMESPACE" "$nginx_pod" --tail=8 2>/dev/null | sed 's/^/ /' || true
75+
kubectl logs -n "$NAMESPACE" "$nginx_pod" --tail=15 | sed 's/^/ /' || true
7676
fi
7777
}
7878

0 commit comments

Comments
 (0)