solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
https://docs.solo.io/
Apache License 2.0
4.07k stars 435 forks source link

Expose log level configuration for all gloo-fed containers #8734

Open huzlak opened 11 months ago

huzlak commented 11 months ago

Gloo Edge Product

Enterprise

Gloo Edge Version

v1.14.8

Is your feature request related to a problem? Please describe.

I 'd like to be able to declaratively set log level for gloo-fed components.

Describe the solution you'd like

Helm chart option as we do for other gloo components:

gloo-fed:
  enabled: true
  glooFed:
    logLevel: warn
  glooFedApiserver:
    enable: true
    logLevel: warn

Describe alternatives you've considered

Using customEnv chart option to set env variables, but it's ignored.

Additional Context

No response

github-actions[bot] commented 3 months ago

This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.