Skip to content

Log stream separation #1529

@tentakle

Description

@tentakle

Still unclear logging behavior
I do not want to see debug messages in the application logs, but I want to see them when executing a curl request with the debug=true option.

You implemented the --log.level and --log.prober options, but they do not separate logs. When I set --log.level=info, I still see debug messages. In version 0.26.0, when making a curl request with debug=true, I get extended curl logs and INFO logs in the exporter's logs. When I make a curl request without debug=true, I do not get extended curl logs and I get INFO logs in the exporter's logs. This means the service is capable of separating log streams.

It is necessary to finally separate the log streams, because currently we either have no logs at all or everything gets spammed with logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions