Team Foundation Server 2013 trace doesn't work


i'm trying turn on tracing on tfs 2013 instance. i'm modifying c:\program files\microsoft team foundation server 12.0\application tier\web services\web.config file this:

  <appsettings>      <add key="tracewriter" value="true" />      <add key="tracedirectoryname" value="%temp%\\tflogfiles" />    </appsettings>      <system.diagnostics>      <assert assertuienabled="false" />      <trace autoflush="false" indentsize="4" />      <switches>        <add name="api" value="4" />        <add name="authentication" value="4" />        <add name="authorization" value="4" />        <add name="database" value="4" />        <add name="general" value="4" />        <!-- workitem trace switches -->        <add name="tracelevel" value="4" />      </switches>    </system.diagnostics>

after these manipulations log files appear not verbose @ all. tried same step 2 different tfs 2013 deployments , got no results. tried technique tfs 2010 , works.

has tried feature tfs 2013 or has precise  instructions how turn off detailed tracing on tfs 2013 (i found article outdated tfs 2010: http://blogs.msdn.com/b/bryang/archive/2011/11/14/tracing-in-team-foundation-server-2010.aspx)

i created bug on microsoft connect:

https://connect.microsoft.com/visualstudio/feedback/details/1185821/team-foundation-server-2013-trace-doesnt-work

please, upvote if have same issue.



Archived Forums V  >  Team Foundation Server - Setup and Administration



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........