-
Notifications
You must be signed in to change notification settings - Fork 716
EnvoyProxy accesslog default not working as expected #6440
Copy link
Copy link
Closed
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.
Description
Following configuration is ignored instead of setting default JSON format.
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyProxy
metadata:
name: proxy-config-public
namespace: envoy-gateway-system
spec:
telemetry:
accessLog:
settings:
- sinks:
- type: File
file:
path: /dev/stdoutReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.