enable self-diagnostics in example app (#2305)
This commit is contained in:
Родитель
43a50596d4
Коммит
eb1c2cc423
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"LogDirectory": ".",
|
||||
"FileSize": 1024,
|
||||
"LogLevel": "Warning"
|
||||
}
|
|
@ -8,4 +8,11 @@
|
|||
<ProjectReference Include="..\..\NETCORE\src\Microsoft.ApplicationInsights.AspNetCore\Microsoft.ApplicationInsights.AspNetCore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!--This file enables self-diagnostics (https://github.com/microsoft/ApplicationInsights-dotnet/tree/develop/troubleshooting/ETW#self-diagnostics)-->
|
||||
<Content Update="ApplicationInsightsDiagnostics.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче