We are using datadog extension on azure app service to collect logs by agentless APM, it is missing "}" at the end of logs when the logs is deeply nested, the problem happen when json nested more than 3 layers.
The debug process as below:
I try to send logs to datadog by agentless serilog sink, the logs don't missing "}" at the end, the datadog give me a MessageTemplate event attributes, it doesn't missing "}" in this event attribute.
I try to write logs to Azure console, i check it in azure app service console , it doesn't missing "}" also.
Hi all,
We are using datadog extension on azure app service to collect logs by agentless APM, it is missing "}" at the end of logs when the logs is deeply nested, the problem happen when json nested more than 3 layers.
The debug process as below: