Calendar

<<  décembre 2009  >>
lumamejevesadi
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

View posts in large calendar
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2009

(avril 7, 2008 08:00)

You may have noticed that the logging is different between TFS 2005 and TFS 2008. Indeed they have changed the verbosity level of the logging : it was normal for TFS 2005 and it is now diagnostic by default.

How can we control it to reset it to normal?

Simply by changing the value of some parameters that are sent to MSBuild. For that, you can simply edit the "TFSBuild.rsp" file that has been generated with your "TFSBuild.proj" file. See one example below :

# This is a response file for MSBuild

# Add custom MSBuild command line options in this file

 

# We can control here the "verbosity" level of the logging. The possible values are :

#     quiet

#     minimal

#     normal

#     detailed

#     diagnostic

/fileloggerparameters:Verbosity=minimal

How can you know the possible switch you can set here and their values ? Simply check the MSBuild help. You can also refer to the blog of Aaron Hallberg and his post about verbosity.

Billets liés

Commentaires

août 8. 2009 15:08

Merci pour cet article !

TutoTop

Ajouter un commentaire


 

  Country flag





Live preview

décembre 8. 2009 22:51

Powered by BlogEngine.NET 1.2.0.0 | Theme by Pierre-Emmanuel Dautreppe