Component(s)
No response
Is your feature request related to a problem? Please describe.
In many use cases such as multi tenant applications, it is very helpful to use the Baggage API to propagate context across requests and to enrich the telemetry with these baggage attributes.
If it is possible today to enrich span attributes with baggage entries using -D otel.java.experimental.span-attributes.copy-from-baggage.include=... and the BaggageSpanProcessor, there is no equivalent to enrich log attributes.
Describe the solution you'd like
A BaggageLogRecordProcessor configurable through -D otel.java.experimental.log-attributes.copy-from-baggage.include=... to replicate what we have for spans.
Describe alternatives you've considered
No response
Additional context
No response