We run multiple tests on the same log file looking for errors.
Does each test keep it's own record of the last test time, or does HM only track a file once?
Example
Log file = C:\Logs\error.log
Test 1: Bad="error", Schedule = every 1 hour
Test 2: Bad ="queued", Good = "sent", Schedule = every 10 minutes
Will these 2 tests record their own "last time tested"?
cheers, Paul
Multiple Text Log tests on same file
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Multiple Text Log tests on same file
Sure, each test will record its own "Event time" into log file.