aboutsummaryrefslogtreecommitdiff
path: root/Backend/host.json
blob: ee5cf5f83f4364ce62854b1311d8101797e0f219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "version": "2.0",
    "logging": {
        "applicationInsights": {
            "samplingSettings": {
                "isEnabled": true,
                "excludedTypes": "Request"
            },
            "enableLiveMetricsFilters": true
        }
    }
}