Showing newest logs first. Removed newest entry button#21
Conversation
|
added extra info in the view. |
|
I'd rather not make this default behavior, as oldest to newest is the order in which the log file is writing the lines and it appears more intuitive to me. However as this is personal preference and I absolutely see the practical use of it, I suggest an implementation where oldest to newest is default behavior but can be reversed by setting a |
|
makes sense. I will implement that. |
|
I think I have to concur with @amit0rana. The older logs are, the less relevant they become to the log viewer and eventually get to the point where they finally get archived or deleted altogether. Therefore, the log viewer in this "domain" should default to Perfect example of this as being an industry accepted "default behavior" would be your online bank account activity. It's ordered the same way because we're more interested in recent transactions and the majority of our time will be spent there, only scrolling to older history when we have to. Another way to think about it is that logs in this domain ordered by "oldest first" are less intuitive in the sense that once you've already seen them, you typically don't need to keep seeing them. Administrators and even developers are better served by event viewers that show them what's happening now vs. what happened when they first installed the system. Just my two cents. Sorry for the lengthy reply; the more I thought about this, the more I ended up typing and got carried away :P |
|
The current master branch contains many changes, including the newest-to-oldest sorting behavior as default. I've been using it for some time and you are right, it's much more comfortable to work with. I'll keep it the default behavior, but still offer an option to switch back to the "native" sorting. |
Newest logs should show on top. Having to click a button every time to see latest logs is not user friendly.
There are two changes in this: