dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
2.98k stars 280 forks source link

Dashboard: Reversing the rendering order of new logs and traces #3960

Open d0pare opened 2 weeks ago

d0pare commented 2 weeks ago

After trying Seq for structured logging, I like seeing new traces and logs at the top. Is it possible to add a similar option that reverses the order of logs and traces so new records are being added at the top instead of the bottom?

kvenkatrajan commented 2 weeks ago

CC: @leslierichardson95

leslierichardson95 commented 2 weeks ago

@kvenkatrajan could we consider creating a settings option that allows for ordering preference?