aspnetcore/sample/ApplicationInsightsHostingS.../appsettings.json

14 lines
263 B
JSON

{
"ApplicationInsights": {
"InstrumentationKey": "11111111-2222-3333-4444-555555555555"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Information",
"System": "Warning",
"Microsoft": "Warning"
}
}
}