From 2504cd355f06bc5867a95487deda58e19676e270 Mon Sep 17 00:00:00 2001 From: Kellen Swain Date: Thu, 27 Mar 2025 16:45:30 +0000 Subject: [PATCH] Setting zap to emit logs as JSON in the deployment. --- config/manifests/inferencepool.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/manifests/inferencepool.yaml b/config/manifests/inferencepool.yaml index ca2e4a886..def892f54 100644 --- a/config/manifests/inferencepool.yaml +++ b/config/manifests/inferencepool.yaml @@ -50,6 +50,8 @@ spec: - "vllm-llama2-7b" - -v - "4" + - --zap-encoder + - "json" - -grpcPort - "9002" - -grpcHealthPort