From b2109f04ba641d7986367d0a2b58d79605d7fab2 Mon Sep 17 00:00:00 2001 From: Sentinel Date: Mon, 27 Jan 2025 14:39:59 +0530 Subject: [PATCH] Update host.json --- .../AzureFunctionJumpCloud/host.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json b/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json index 1a3f1f21deb..f8fcabc5dbe 100644 --- a/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json +++ b/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json @@ -6,11 +6,19 @@ "isEnabled": true, "excludedTypes": "Request" } + }, + "fileLoggingMode": "debugOnly", + "logLevel": { + "default": "Warning", + "Host": "Error", + "Function": "Error", + "Host.Aggregator": "Information", + "Host.Results": "Error" } }, "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[3.*, 4.0.0)" + "version": "[4.0.0, 5.0.0)" }, "managedDependency": { "enabled": true