• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to capture a running log between time intervals from different locations

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Would someone please tell me how i can perform the below.

I just want to capture the list of logs from different locations ,i just want the logs data in between execution of the "test case" starts and stops

i.e., the test case starts at 12:01 and ends 12:02, then I want the contents of the logs between those 2 minutes

Server System: I have different logs to be captured

error.log is in path "/scratch/foo/bar"
diagnostic.log is in path "/scratch/bar/foo"

when TestCase1 on run i just want to capture the file contents from current time to end time of the testcase run ,and stores captured logs as TC1_error.log and TC1_diaganostic.log under test case result folder.


Regards,
Suman.
reply
    Bookmark Topic Watch Topic
  • New Topic