22 lines
443 B
JSON
22 lines
443 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
},
|
|
"logLevel": {
|
|
"default": "Information",
|
|
"Host.Results": "Error",
|
|
"Function": "Information",
|
|
"Host.Aggregator": "Trace"
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[4.*, 5.0.0)"
|
|
}
|
|
}
|