- Issue created by @murz
- Merge request !53Issue #3491563: Make logs format compatible with OpenTelemetry event → (Merged) created by murz
Now logs submitted by the opentelemetry_logs module put the OpenTelemetry\API\Logs\LogRecord object as the log body, which leads to the empty body received in the OpenTelemetry receiver.
The right way is to put the array of data there instead.
Put the $payload array with data instead of the LogRecord object.
Active
1.0
Code