diff --git a/code/function/host.json b/code/function/host.json index 4a75541..0ecea3f 100644 --- a/code/function/host.json +++ b/code/function/host.json @@ -4,9 +4,11 @@ "fileLoggingMode": "debugOnly", "logLevel": { "default": "Information", + "Worker": "Information", "Host": "Information", - "Function": "Information", - "Host.Aggregator": "Information" + "Host.Aggregator": "Information", + "Host.Results": "Information", + "Function": "Information" }, "applicationInsights": { "samplingSettings": {