Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend/internal/config: log env var fallback as info instead of warning #940

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tklauser
Copy link
Member

The cilium-cli connectivity test treats warnings in the logs as test errors1. This causes tests involving hubble-ui to fail2. As these fallbacks aren't really warnings but rather
informative messsages, demote them to info level.

Footnotes

  1. https://github.com/cilium/cilium/pull/35723

  2. https://github.com/cilium/cilium-cli/actions/runs/12051244564/job/33601849065?pr=2869#step:13:541

The cilium-cli connectivity test treats warnings in the logs as test
errors[^1]. This causes tests involving hubble-ui to fail[^2]. As
these fallbacks aren't really warnings but rather
informative messsages, demote them to info level.

[^1]: cilium/cilium#35723
[^2]: https://github.com/cilium/cilium-cli/actions/runs/12051244564/job/33601849065?pr=2869#step:13:541

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser tklauser requested a review from a team as a code owner November 28, 2024 08:59
@tklauser tklauser requested review from geakstr and removed request for a team November 28, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants