Replies: 2 comments
|
Confirmed, and your reading of it is right. The feed renders in file order, so I am going to flip it to newest first rather than add a sort control. That is One note on where it goes: it will be a display change, not a change to Coming in v1.12.0. |
|
Yes, of course, I found the function that returns the logs from oldest to newest. I haven't found where it's called. You probably have something like: The adaptation, would be: Sorry, I don't use Python, so it's a concept. :) |
Uh oh!
There was an error while loading. Please reload this page.
What problem does this solve?
From my point of view, clarity.
The newest is generally on the top and the oldest at the bottom.
I'm trying to fix an issue and I just realised the logs is inverted. Oldest on the top and newest at the bottom.
With the auto refresh, I'm also need to go to the bottom to look what's new. Not practical.
Proposed solution
I don't have found where the result go (app.py):
Something like reverse() can maybe implemented.
Alternatives you've considered
Extraction and analysis outside. SSH with and tail.
Which area does this relate to?
Logs
Additional context
I usually have the new logs at the top. It's more convenient for following the flow.
All reactions