envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.61k stars 349 forks source link

egctl support /logging #1894

Open tmsnan opened 1 year ago

tmsnan commented 1 year ago

Description:

Enable/disable logging levels for different loggers in envoy proxy.

[optional Relevant Links:]

https://www.envoyproxy.io/docs/envoy/latest/operations/admin.html#post--logging

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

eitansuez commented 4 months ago

i think it'd be really nice to have something similar to istio's proxy-config log command

zirain commented 4 months ago

it's in the original design, but was removed because of cannot make an agreement. proxylogging will help, but it would be better we can do it on the fly.

zirain commented 4 months ago

i think it'd be really nice to have something similar to istio's proxy-config log command

Actually, you can use istioctl to that:

istioctl pc log envoy-default-eg-e41e7b31-7bc75b798f-nr9cn.envoy-gateway-system log --level debug --proxy-admin-port 19000
eitansuez commented 4 months ago

terrific! hadn't thought of that. thanks!

eitansuez commented 4 months ago

the other istioctl proxy-config commands (e.g. routes) appear to also work.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days.