LogStashLogger v0.18.0 Release Notes

  • ๐Ÿš€ This release removes the dependency on stud and vendors in a forked version ๐Ÿ”Š of Stud::Buffer. This improves the buffering behavior of LogStashLogger by 0๏ธโƒฃ flushing all log messages in a background thread by default. This eliminates blocking behavior and exceptions bubbling up to the main process.

    • ๐Ÿ›  Fixes Attempt to unlock a mutex which is not locked (ThreadError). #88