79374207

Date: 2025-01-21 11:33:39
Score: 3
Natty:
Report link

I have the same problem after upgrading to 8.0.0, this is because default IBatchFormatter implementation changed and it no longer adds { "events": [...]} around log items, instead it just serializes it to json array [...]

So you either have to use custom IBatchFormatter, rollback to 7.2.0, or change the receiving side to not rely on the events field.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
Posted by: druss