Skip to content

Commit

Permalink
Try to coax logging out into cloud funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 6, 2023
1 parent e347fc9 commit 6aaac83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@ resource "google_cloud_run_v2_service" "default" {
template {
containers {
image = "gcr.io/trillian-opensource-ci/distributor:latest" # Image to deploy
args = [ "--use_cloud_sql" ]
args = [
"--logtostderr",
"--v=1",
"--use_cloud_sql",
]

env {
name = "INSTANCE_CONNECTION_NAME"
Expand Down

0 comments on commit 6aaac83

Please sign in to comment.