Skip to content

Safe logging of problems in incoming events [was: Malformed name tag - Log level should be higher] #552

@Cruuncher

Description

@Cruuncher

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions