-
Notifications
You must be signed in to change notification settings - Fork 859
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
What is the question?
Hello, is there a way to configure log levels per exporter?
Additional context
We want to send:
- All logs to destination A
- Error only logs to destination B
For ASP.NET Logging -> Logging provider, log levels can be configured like so:
{
"Logging": {
"ProviderA": {
"LogLevel": {
"Default": "Information"
}
},
"ProviderB": {
"LogLevel": {
"Default": "Error"
}
}
}
}For OpenTelemetry logging provider -> Exporter however, I could not find anything similar.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested