Closed gravis closed 8 years ago
Since we're sending message in a goroutine, the very last messages are not sent to graylog on program exit, the routine being destroyed before the end of the queue.
We will probably add a Flush() method to be deffered, like glog
Flush()
fixed in 1.1.0
Since we're sending message in a goroutine, the very last messages are not sent to graylog on program exit, the routine being destroyed before the end of the queue.