Skip to content

Commit bd42fe7

Browse files
author
Pierre Guceski
authored
Merge pull request DataDog#5742 from DataDog/wantsui/update-debug-tracer-mode-instructions-dotnet
Update debug tracer mode instructions for .NET APM.
2 parents 5c3f2cc + c927abc commit bd42fe7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/en/tracing/troubleshooting/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,14 @@ var tracer = Tracer.Create(isDebugEnabled: true);
164164
Tracer.Instance = tracer;
165165
```
166166

167-
Location of the profiler log:
167+
The environment variable `DD_TRACE_DEBUG` can also be set to `true`.
168+
169+
Logs files are saved in the following directories:
168170

169171
| Platform | Path |
170172
|----------|---------------------------------------------------------------|
171-
| Linux | `/var/log/datadog/dotnet-profiler.log` |
172-
| Windows | `C:\ProgramData\Datadog .NET Tracer\logs\dotnet-profiler.log` |
173+
| Linux | `/var/log/datadog/` |
174+
| Windows | `%ProgramData%\Datadog .NET Tracer\logs\` |
173175

174176

175177
{{% /tab %}}

0 commit comments

Comments
 (0)