Calendar

<<  mars 2010  >>
lumamejevesadi
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234

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 2010

(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

mars 12. 2010 15:37

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