Replies: 1 comment 2 replies
-
@vesper8 hey! It's undocumented, and maybe not immediately clear, but there's already a way to jump to show individual log entries. You can see logs have their numbers (indices) to the right side. They are clickable! This gives you a link to that individual log entry. If you see what it's actually doing, is doing a search for Hope this helps :) Otherwise, if you know the log is as early as number 131, you can just order logs by earliest first, and then in just a few pages you'll find the log 131 & 132 & others following it. Hope this helps :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very common problem where I will occasionally get errors in my log, which will often contain thousands of entries such as debug/notice etc, and right next to the Error log will be some debug/notice logs that explain what caused the error. However I have no easy means of jumping to that point in the log history.
I love that you add a number to each of the logs.. this is super convenient.. for example in my current log file I had an error which is number 131.. so using this I was able to paginate to this area and sure enough log 132 was a notice log that explained what caused 131
I guess it would be useful then to have a function that lets you jump to a numbered log.. similar to 'goto line' where it would jump to that log but also show the logs around this. I hope I'm making sense. : )
Beta Was this translation helpful? Give feedback.
All reactions