Files
forgetmenot-azure/forgetmenot-api/host.json
2022-02-13 15:17:27 -06:00

11 lines
217 B
JSON

{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
}
}