Skip to content

Commit

Permalink
app insights config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen committed Oct 11, 2024
1 parent 8f909ae commit 2013b3f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions handlenett-backend/serverless/functions/host.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
},
"enableLiveMetricsFilters": true
}
"version": "2.0",
"logging": {
"logLevel": {
"Default": "Information",
"Function": "Information"
},
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
}
}

0 comments on commit 2013b3f

Please sign in to comment.