Skip to content

Commit

Permalink
Gateway: Integrate Google Cloud Logging and Google Error Reporting (#67)
Browse files Browse the repository at this point in the history
Part of #10
  • Loading branch information
gnarea authored Jan 30, 2021
1 parent b01c613 commit b28fb05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion charts/gateway/values.yml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ fullnameOverride: public-gateway
publicAddress: {{ requiredEnv "GW_PUBLIC_ADDRESS" | quote }}
gatewayKeyId: {{ requiredEnv "GW_KEY_ID_B64" | quote }}

logLevel: debug
logging:
level: debug
target: gcp
envName: {{ requiredEnv "ENVIRONMENT_NAME" }}-gateway

proxyRequestIdHeader: X-Cloud-Trace-Context

Expand Down
2 changes: 1 addition & 1 deletion charts/values.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gatewayVersion: 1.23.6
gatewayVersion: 1.24.0

0 comments on commit b28fb05

Please sign in to comment.