Describe the feature.
Is your feature related to a problem? Please describe.
Text logs are hard to diagnose and difficult to use for any alerting.
Describe the requested feature
Use OpenTelemetry.Exporter.OpenTelemetryProtocol to send all logs to an OTLP receiver. Pretty much all logging systems support this.
This makes it possible to better monitor any activity of instances where advanced tooling can also analyse the log entries for heuristics and alert operations on non default behavior.
Additional Context
No response