0

How do we find the TFS logs? I need to extract those logs and export/bind them to my new TFS server.

How can we extract and attach the TFS logs?

Vikrant
  • 4,920
  • 17
  • 48
  • 72
Aditya Prasad
  • 212
  • 1
  • 2
  • 11

1 Answers1

0

You can find all the activity logs over provided url. Similar query over here

http://server:8080/tfs/_oi/_diagnostics/activityLog

You can use export option on selecting host [collection/project], it downloads the logs in CSV format. I believe you can attach/import it to your new server

Shalem
  • 1,446
  • 2
  • 22
  • 47