expose access logs from envoy (#89)

This commit is contained in:
Adil Hafeez 2024-09-26 16:03:48 -07:00 committed by GitHub
parent 48a2c1800c
commit e3a835e5d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,11 @@ static_resources:
codec_type: AUTO
scheme_header_transformation:
scheme_to_overwrite: https
access_log:
- name: envoy.access_loggers.file
typed_config:
"@type": type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog
path: "/var/log/arch_access.log"
route_config:
name: local_routes
virtual_hosts: