Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrolytmangel committed Apr 15, 2024
1 parent c163b63 commit 6a22d0c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions backend/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingExcludedTypes": "Request",
"samplingExcludedTypes": "Request;Exception",
"samplingSettings": {
"isEnabled": true
"maxTelemetryItemsPerSecond": 20,
"isEnabled": true,
"excludedTypes": "Request;Exception"
},
"logLevel": {
"default": "Warning",
"Host.Results": "Information",
"Function": "Information",
"Function.DefikarteBackend": "Information"
}
}
}
}
}

0 comments on commit 6a22d0c

Please sign in to comment.