Skip to content

Commit c1d2af0

Browse files
committed
Adds cloud logging only option to cloud build
1 parent 2a50f10 commit c1d2af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ steps:
1515

1616
- name: 'gcr.io/cloud-builders/gcloud'
1717
args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated']
18+
options:
19+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)