Logging for .NET Runners
To investigate process launch issues for .Net-related runners, enable debugging as described below. The detailed information will then be printed into the build log.
Do the following:
- Open the <agent home>/plugins/dotnetPlugin/bin folder.
- Make a backup copy of teamcity-log4net.xml
- Replace teamcity-log4net.xml with the content of teamcity-log4net-debug.xml
After a debug log is created, it is recommended to roll back the change. The change in the teamcity-log4net.xml will be removed on the build agent autoupgrade. |
Alternatively, you can set the teamcity.agent.dotnet.debug=true configuration parameter in a build configuration or on an agent.
Please sign in to leave a comment.