Skip to content

Conversation

trask
Copy link
Member

@trask trask commented Aug 6, 2025

Draft spec for this feature is at open-telemetry/opentelemetry-specification#4612

github-merge-queue bot pushed a commit to open-telemetry/opentelemetry-specification that referenced this pull request Sep 23, 2025
…ers (#4612)

Alternative to #4611

Some related prior discussions:
-
#4208 (comment)
-
#4207 (comment)

Java POC @
open-telemetry/opentelemetry-java#7529

Declarative config for this is a bit nicer than in #4611, also supports
applying different minimum severity levels to different loggers:

```
file_format: "1.0"

logger_provider:
  logger_configurator/development:
    default_config:
      minimum_severity: WARN
      trace_based: true
    loggers:
      - name: "com.example.app.*"
        config:
          minimum_severity: INFO
      - name: "com.example.db.*"
        config:
          minimum_severity: ERROR
```

---------

Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant