Skip to content

Commit

Permalink
Update host.json
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sudkharat committed Jan 27, 2025
1 parent 8efeb64 commit b2109f0
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@
"isEnabled": true,
"excludedTypes": "Request"
}
},
"fileLoggingMode": "debugOnly",
"logLevel": {
"default": "Warning",
"Host": "Error",
"Function": "Error",
"Host.Aggregator": "Information",
"Host.Results": "Error"
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
"version": "[4.0.0, 5.0.0)"
},
"managedDependency": {
"enabled": true
Expand Down

0 comments on commit b2109f0

Please sign in to comment.