Group: Forum Members
Posts: 4,
Visits: 11
|
>> Why? If the events are in order, wouldn't A and B be together or not very far apart?
Yes, events will be in order in one file. But not all events will be stored in one file. Developer will choose to log different events in different files for distinguishing the types of log. For example, app and driver modules will store their logs in 2 separate files but we need to merge the events from 2 modules in order to understand the actual flows.
>> Based on what? The row indicator should help with identifying the source log file. I just updated this info in previous post. It is based on the first timestamp and last timestamp of file. If overlapping, then we know both files are relevant.
|