From 6119f536a03f7b250378f7022d50c08c67dcfc38 Mon Sep 17 00:00:00 2001 From: pasqualespica Date: Wed, 12 Feb 2025 17:42:02 +0100 Subject: [PATCH] fix host json --- host.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/host.json b/host.json index d69d04e..02736ff 100644 --- a/host.json +++ b/host.json @@ -29,11 +29,11 @@ "logging": { "fileLoggingMode": "debugOnly", "logLevel": { - "default": "Debug", - "Host.Results": "Debug", - "Function.ProcessFDR1BlobFiles": "Debug", - "Function.ProcessFDR3BlobFiles": "Debug", - "Host.Aggregator": "Debug" + "default": "None", + "Host.Results": "Error", + "Function.ProcessFDR1BlobFiles": "Information", + "Function.ProcessFDR3BlobFiles": "Information", + "Host.Aggregator": "Error" }, "applicationInsights": { "samplingSettings": {