datalust / pino-seq

A stream to send Pino events to Seq
Apache License 2.0
11 stars 10 forks source link

Corrected the handling of the final flush to seq when a process exits. #4

Closed stefan-jonasson closed 4 years ago

stefan-jonasson commented 4 years ago

The CLI and stream won't close for until all messages has been flushed to SEQ.

Removed the browser only method flushToBeacon, it had no place in a nodejs stream.