-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
27 lines (27 loc) · 796 Bytes
/
appsettings.json
File metadata and controls
27 lines (27 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Host": "Warning",
"Function": "Warning",
"Host.Aggregator": "Information",
"Host.Results": "Warning",
"Host.Triggers.DurableTask": "Warning",
"DurableTask.AzureStorage": "Warning",
"DurableTask.Core": "Warning"
},
"ApplicationInsights": {
"LogLevel": {
"Microsoft": "Error"
}
}
},
"AllowedHosts": "*",
"ApplicationInsights": {
// fill in with valid key
"InstrumentationKey": "1530C1C6-67C7-4AB4-8552-64FE2759C514"
}
}