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