TeamCity 7.0 Help

Enabling Detailed Logging for .NET Runners

To enable debug logging for investigating process launch issues for .Net-related runners enable debugging as described below. The detailed logging will then be printed into build log for the following builds.

  1. Open the <agent home>/plugins/dotnetplugin/bin folder.

  2. Make a backup copy of teamcity-log4net.xml

  3. Replace teamcity-log4net.xml with the content of teamcity-log4net-debug.xml

Alternative approach that might also work: set 'teamcity.agent.dotnet.debug' Configuring Build Parameters to 'true' in a build configuration or on agent.

Last modified: 20 April 2023