Graylog2 / graylog-s3-lambda

An AWS Lambda function that reads logs from S3 and sends them to Graylog
GNU General Public License v3.0
12 stars 6 forks source link

Add message draining to the gelfclient #2

Closed danotorrey closed 4 years ago

danotorrey commented 4 years ago

The gelfclient currently discards queued messages after shutdown is called. gelfclient sources were copied into this repo, so they could be changed easily to support message draining during shutdown.

This change should be implemented in the gelfclient repo at some point. I would like to wait until I have more thoroughly tested the change before doing that.