mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
expose access logs from envoy (#89)
This commit is contained in:
parent
48a2c1800c
commit
e3a835e5d3
3 changed files with 7 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue