gelf_logger icon indicating copy to clipboard operation
gelf_logger copied to clipboard

Let use async sending

Open manuel-rubio opened this issue 5 years ago • 0 comments

In terms of avoiding collapse Logger waiting for the sent of messages to Graylog, I've developed another implementation based on the sending on the messages through workers in an async way. This is completely backwards compatible and even fixes some issues regarding tests.

You can see the changes in README to see what's changed. Mainly it's only based on the addition of the async backend Logger.Backends.GelfAsync and the pool_size configuration parameter.

manuel-rubio avatar Nov 10 '20 13:11 manuel-rubio