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:
jianglai 2018-05-17 13:50:47 -07:00
parent b8d7d9da29
commit 1248a7722b
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ spec:
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 20 periodSeconds: 20
imagePullPolicy: Always imagePullPolicy: Always
args: ["--env", "sandbox_canary"] args: ["--env", "sandbox_canary", "--log"]
env: env:
- name: POD_ID - name: POD_ID
valueFrom: valueFrom:

View file

@ -36,7 +36,7 @@ spec:
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 20 periodSeconds: 20
imagePullPolicy: Always imagePullPolicy: Always
args: ["--env", "sandbox"] args: ["--env", "sandbox", "--log"]
env: env:
- name: POD_ID - name: POD_ID
valueFrom: valueFrom: