datalust/seq-tickets

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

nblumhardt opened this issue · 1 comments

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 #2241

This is a regression introduced in the fix for #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