resurfaceio / logger-nodejs

Log API calls with Node.js
Apache License 2.0
16 stars 2 forks source link

NDJSON batching support #35

Open monrax opened 2 years ago

monrax commented 2 years ago

Add message batching to the background submission feature, using NDJSON. We can follow the logger-go implementation, in order to keep loggers consistent across languages.