Skip to content

Commit 2bf638d

Browse files
more application insightys logging temporary
1 parent 5943cb4 commit 2bf638d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

host.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,19 @@
1313
"maxConcurrentActivityFunctions": 1,
1414
"maxConcurrentOrchestratorFunctions": 1
1515
}
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+
}
1630
}
1731
}

0 commit comments

Comments
 (0)