argoproj / argo-events

Event-driven Automation Framework for Kubernetes
https://argoproj.github.io/argo-events/
Apache License 2.0
2.36k stars 736 forks source link

Possibility to change log level for eventsource webhook #3003

Open Hronom opened 8 months ago

Hronom commented 8 months ago

Is your feature request related to a problem? Please describe. Right now eventsource webhook generate logs on each event. If you have a lot of them - then it becomes issue.

Describe the solution you'd like Provide possibility to set log level for eventsource webhook. So we can set for example warn instead of default info.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

omerap12 commented 4 months ago

Hey, is it still relevant?

Hronom commented 4 months ago

yes, it's basic thing. Otherwise you just set ignore everything, but it means that you can miss real error

omerap12 commented 4 months ago

Ill take it then :)

omerap12 commented 4 months ago

PR is not good. fixing it.

omerap12 commented 4 months ago

Hey @Hronom , done :) can you please review?