-
Notifications
You must be signed in to change notification settings - Fork 709
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
https://envoyproxy.slack.com/archives/C03E6NHLESV/p1751364508406689
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.