We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5943cb4 commit 2bf638dCopy full SHA for 2bf638d
host.json
@@ -13,5 +13,19 @@
13
"maxConcurrentActivityFunctions": 1,
14
"maxConcurrentOrchestratorFunctions": 1
15
}
16
+ },
17
+ "logging": {
18
+ "logLevel": {
19
+ "default": "Trace",
20
+ "Host.Results": "Trace",
21
+ "Host.Aggregator": "Trace",
22
+ "Function": "Trace",
23
+ "Host.Executor": "Trace"
24
25
+ "applicationInsights": {
26
+ "samplingSettings": {
27
+ "isEnabled": false
28
+ }
29
30
31
0 commit comments