log-parser
log-parser copied to clipboard
Read log file after given line
Expected Behaviour
It would be nice to have some mechanism to say that we want to parse logs after some line inside our file
Actual Behaviour
Right now log-parser does not have this mechanism
We should expand this to a given time.
Although line is valid for a specific file, it is not efficient if we do nested searches. Instead if we can provide a dat time we can ignore log data from a certain point.