datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

Spans with the status "Ok" are discarded by API key minimum levels #2213

Closed KodrAus closed 2 months ago

KodrAus commented 3 months ago

Something to investigate: if a span arrives with an API key that specifies a minimum level, then if the span's level is "Ok" it'll always be discarded.

nblumhardt commented 3 months ago

"Ok" is otherwise treated as an alias for "Information", so I think this is a bug 👍 Nice find!