Skip to content

Commit

Permalink
make troubleshooting debug value more clear (#1114)
Browse files Browse the repository at this point in the history
I was wondering if we should literally set `System.Debug` to `true` or if it was a variation of the capitalization. Lowercase "true" seems to work.
  • Loading branch information
MarkHerhold authored and TingluoHuang committed Aug 3, 2017
1 parent 32aa0ab commit 47875bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Often these logs are most relevant to the product but they can sometimes provide

## System.Debug

If you are having issues with a build, the first step is to set System.Debug to true on the build definitions variables tab. The agent and tasks will emit [debug]xxx lines for more detailed insight into what the specific task is doing.
If you are having issues with a build, the first step is to set System.Debug to `true` on the build or release definitions variables tab. The agent and tasks will emit [debug]xxx lines for more detailed insight into what the specific task is doing.

## Agent Trace Logs

Expand Down Expand Up @@ -100,4 +100,4 @@ Windows:
Linux:
export VSTS_HTTP_RETRY=5 // set http retry, valid range [5, 10]
export VSTS_HTTP_TIMEOUT=120 // set http timeout, valid range [100, 1200]
```
```

0 comments on commit 47875bd

Please sign in to comment.