mthenw/frontail

feature request : navigate trough marked lines

Rom1deTroyes opened this issue · 0 comments

My logs are formated with logger levels tags ([INFO], [WARNING], [NOTICE], [DEBUG], ...) so when I inspect logs, my workflow is :

  • Filter [ERROR] lines,
  • mark suspicious lines,
  • clear filter,
  • inspect what happend around the last marked line
  • unmark the line when resolved
  • scroll the browser window to find an other marked lines and inspect what happened there

The last point is sometimes painful (when scrolling through 2000 lines to find the 3 marked lines), and at the moment I zoom out and in to catch the marked lines.

Addind the possibility to jump to the first/previous/next/last marked line will be very usefull !
Adding keyboard shortcuts to this will be awsome, to :-)
(killer feature will be 2*26 markers with vim-like navigation :-) )

Thanx for this tool, it's very usefull here !