mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02: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:
parent
b8d7d9da29
commit
1248a7722b
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue