6

I've installed TFS 2017 in Windows server 2016. I just want to know the following

  1. where are the installation logs stored in server?
  2. Where are the transaction/history logs stored in server?

Correct me if am wrong, is it possible to backup history of logs and attach to TFS upgrade [in case of TFS version upgrade]?

Shalem
  • 1,446
  • 2
  • 22
  • 47
  • Logs are purely informational. What is the exact information you're after? I don't understand why you're asking this. – Daniel Mann Aug 15 '18 at 02:07

1 Answers1

8

The installation log file generally store in temp folder.

Typically this folder is : C:\Users\{name}\AppData\Local\Temp

And the Configuration logs stored in:

C:\ProgramData\Microsoft\Team Foundation\Server Configuration\Logs

The logs should be stored accordingly in case of TFS version upgrade.

Please refer to below articles for details(Even documented with old version of TFS and it's still apply for the new versions):

Andy Li-MSFT
  • 28,712
  • 2
  • 33
  • 55
  • Thanks Andy....I found Configuration logs but could not find installation logs folder temp in C:\...\ Local – Shalem Aug 17 '18 at 02:55
  • I want to know TFS application logs(who used TFS,timestamp,..) and where are the regarding TFS changesets stored? Please help – Shalem Aug 17 '18 at 03:16
  • @Shalem You may want to check the OI `http://server:8080/tfs/_oi/_diagnostics/activityLog` – Andy Li-MSFT Aug 17 '18 at 08:34