Skip to content

Commit d4fca39

Browse files
committed
fix: change default log dir
1 parent 436fec4 commit d4fca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/src/ProfilerEngine/Datadog.Profiler.Native/Configuration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ fs::path Configuration::GetApmBaseDirectory()
247247

248248
return fs::path();
249249
#else
250-
return fs::path(WStr("/var/log/datadog/"));
250+
return fs::path(WStr("/var/log/pyroscope/"));
251251
#endif
252252
}
253253

0 commit comments

Comments
 (0)