From 78a4044db5ac8417b7b288b173d03475b8f5d055 Mon Sep 17 00:00:00 2001 From: Shreyas Prabhu <shreyasprabhu26@gmail.com> Date: Mon, 5 May 2025 11:55:40 +0530 Subject: [PATCH] Update cloudbuild.yaml to include logging options and ensure proper formatting --- cloudbuild.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index fbe1bf2..7be1f87 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -29,4 +29,7 @@ steps: - '--allow-unauthenticated' images: - - 'gcr.io/$PROJECT_ID/cloud-build-app:$SHORT_SHA' \ No newline at end of file + - 'gcr.io/$PROJECT_ID/cloud-build-app:$SHORT_SHA' + +options: + logging: CLOUD_LOGGING_ONLY \ No newline at end of file -- GitLab