diff --git a/examples/WebApp.AspNetCore/ApplicationInsightsDiagnostics.json b/examples/WebApp.AspNetCore/ApplicationInsightsDiagnostics.json new file mode 100644 index 0000000000..5b3b37670f --- /dev/null +++ b/examples/WebApp.AspNetCore/ApplicationInsightsDiagnostics.json @@ -0,0 +1,5 @@ +{ + "LogDirectory": ".", + "FileSize": 1024, + "LogLevel": "Warning" +} diff --git a/examples/WebApp.AspNetCore/WebApp.AspNetCore.csproj b/examples/WebApp.AspNetCore/WebApp.AspNetCore.csproj index dc91dd6be7..44af4d2951 100644 --- a/examples/WebApp.AspNetCore/WebApp.AspNetCore.csproj +++ b/examples/WebApp.AspNetCore/WebApp.AspNetCore.csproj @@ -8,4 +8,11 @@ + + + + Always + + +