datalust / seq-tickets

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

Log events with level `Warn` do not show yellow dot #2242

Closed nblumhardt closed 1 month ago

nblumhardt commented 1 month ago

In version 2024.3.12021 of seq the yellow dot of warnings is not visible anymore. Debug (grey dot) and Errors (red dot) are still working as expected. Is there anything we have to configure to get it back or is this a bug?

Originally posted by @LukasKarel in https://github.com/datalust/seq-tickets/discussions/2241

nblumhardt commented 1 month ago

This is a regression introduced in the fix for https://github.com/datalust/seq-tickets/issues/2162.

Going forward, we'll use two separate class names to carry both Seq's closest-matching level, and the original level name, like:

seq-level-warning original-level-warn

This will require some custom CSS updates for anyone wishing to colorize their own level names.

CC @NameOfTheDragon