Skip to content

Commit bae1847

Browse files
committed
Merge branch 'main' of https://github.com/PerfectThymeTech/AzureFunctionPython into marvinbuss_cosmetic_workflow_changes
2 parents d5a0f4e + 580c734 commit bae1847

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

code/function/host.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"fileLoggingMode": "debugOnly",
55
"logLevel": {
66
"default": "Information",
7+
"Worker": "Information",
78
"Host": "Information",
8-
"Function": "Information",
9-
"Host.Aggregator": "Information"
9+
"Host.Aggregator": "Information",
10+
"Host.Results": "Information",
11+
"Function": "Information"
1012
},
1113
"applicationInsights": {
1214
"samplingSettings": {

0 commit comments

Comments
 (0)