kbence / logan

Log analyzer written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't close streams at the first sign of being out of selected time interval

kbence opened this issue · comments

At the moment, if we find a date that is out of the current time interval, we immediately close the streams and finish processing. However it might happen that logs are not in a timely order - mostly because they are coming from multiple servers and being appended in different times.

This is just a small bug that seems to be easy to fix.