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

Allow adding the path and the file in the data #117

Closed baubakg closed 2 months ago

baubakg commented 2 months ago

When parsing nested log files, the path may be of importance. in these cases it is good to also keep the relative path

When parsing nested log files, the log file name may be important.

We should provide an option to include the file name in the log data