adobe / log-parser

An SDK and Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that can be used for other purposes such as: assertions, reporting, automated decision making.
MIT License
18 stars 8 forks source link

Read log file after given line #105

Open nemanja-6 opened 3 months ago

nemanja-6 commented 3 months ago

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

baubakg commented 2 months ago

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.