severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
260 stars 91 forks source link

Seq ID for solving ordering issue #92

Open hhsecond opened 6 years ago

hhsecond commented 6 years ago

As raised in the graylog's issue tracker, the order of the messages are random if the messages come in the same millisecond. Shouldn't we have an internal sequence ID created by graypy for solving this problem?

severb commented 5 years ago

I don't disagree, but I suggest we wait until the community reaches consensus on this.

hhsecond commented 5 years ago

That make sense, but I am wondering what the community doing for time being?