Skip to content

Recursive telemetry capture with the "console" loggers #5965

@trask

Description

@trask

Looking at open-telemetry/opentelemetry-specification#3740 (comment), I noticed that the "console" loggers are using java.util.logging, which I suspect could get fed back into the logs "console" exporter if someone is using a jul bridge back into their logging framework and using our logging framework appenders.

I think #5918 could be used to address this (currently suppression is only checked for spans, so we would need to add a suppression check for logging instrumentation also).

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