We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c3f2cc + c927abc commit bd42fe7Copy full SHA for bd42fe7
content/en/tracing/troubleshooting/_index.md
@@ -164,12 +164,14 @@ var tracer = Tracer.Create(isDebugEnabled: true);
164
Tracer.Instance = tracer;
165
```
166
167
-Location of the profiler log:
+The environment variable `DD_TRACE_DEBUG` can also be set to `true`.
168
+
169
+Logs files are saved in the following directories:
170
171
| Platform | Path |
172
|----------|---------------------------------------------------------------|
-| Linux | `/var/log/datadog/dotnet-profiler.log` |
-| Windows | `C:\ProgramData\Datadog .NET Tracer\logs\dotnet-profiler.log` |
173
+| Linux | `/var/log/datadog/` |
174
+| Windows | `%ProgramData%\Datadog .NET Tracer\logs\` |
175
176
177
{{% /tab %}}
0 commit comments