mbok / logsniffer

logsniffer is a sophisticated open source web tool for parsing, viewing, monitoring and analyzing log data - smarter, collaborative and easier. [No longer maintaned]
GNU Lesser General Public License v3.0
104 stars 47 forks source link

Navigate in a timestamp based log file by date #73

Open mbok opened 8 years ago

mbok commented 8 years ago

For navigating the predefined lf_timestamp field is evaluated. One prerequisite for using date navigation is a log file with messages ordered by lf_timestamp. The navigation is based on a binary search algorithm as introduced by #17.