Skip to content

Commit

Permalink
fix: disabled envoy access logs (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar s <[email protected]>
  • Loading branch information
cl-shaharshavit-rnd and shahars authored Sep 5, 2022
1 parent 11960f1 commit 2cc47d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/config/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ static_resources:
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
codec_type: auto
stat_prefix: ingress_http
access_log:
- name: envoy.access_loggers.File
typed_config:
"@type": type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog
path: "/dev/null"
route_config:
name: local_route
virtual_hosts:
Expand Down

0 comments on commit 2cc47d0

Please sign in to comment.