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

Malformed name tag - Log level should be higher #552

Open
Cruuncher opened this issue Apr 1, 2024 · 1 comment
Open

Malformed name tag - Log level should be higher #552

Cruuncher opened this issue Apr 1, 2024 · 1 comment

Comments

@Cruuncher
Copy link

The following log is currently set at debug level:

level.Debug(logger).Log("msg", "Malformed name tag", "tag", tag, "component", component)

This log is very useful for debugging missing tags in metrics. However to get it we have to set statsd-exporter at debug level logging, which also brings in the "incoming line" log which logs way too much causing issues for us.

Can we increase this log to at least info level? Debug doesn't make sense to me for such important info

@Cruuncher
Copy link
Author

I can open the PR if the change is approved

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

No branches or pull requests

1 participant