mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Enable logging in sandbox GCP proxies
This makes it easier to debug issues. There are no privacy concerns in sandbox. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197045576
This commit is contained in:
@@ -36,7 +36,7 @@ spec:
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 20
|
||||
imagePullPolicy: Always
|
||||
args: ["--env", "sandbox_canary"]
|
||||
args: ["--env", "sandbox_canary", "--log"]
|
||||
env:
|
||||
- name: POD_ID
|
||||
valueFrom:
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 20
|
||||
imagePullPolicy: Always
|
||||
args: ["--env", "sandbox"]
|
||||
args: ["--env", "sandbox", "--log"]
|
||||
env:
|
||||
- name: POD_ID
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user