- 1 minutes to read
Does Nodinite truncate payloads like Application Insights?
No—unlimited payload size. Application Insights truncates at 64KB—loses nested JSON arrays, Order Line Items, base64-encoded attachments. Nodinite logs 10MB+ XML invoices, 5MB JSON responses, complete SOAP envelopes—zero truncation. Use Event Hub sink (up to 1024KB per event) or Blob Storage sink (unlimited) for large payloads. Log API sink also supports unlimited size but not recommended for high-throughput (synchronous blocking).
Related Questions
See all FAQs: [Troubleshooting Overview][]