Search code examples
tfstfs-2015

How do we find the TFS logs?


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?


Solution

  • 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