- Added support for receiving GELF format messages by setting
enable_gelf: true
- Fixed issue where (more commonly when getting high volumes of messages) the
processMessage
goroutine might have it's byte buffer modified before it actually executes with the original payload/message. (Related to original PR #8, credit to vcostet)
If you encounter any issues with the GELF message format feature, please open an issue.