diff --git a/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json b/DataConnectors/JumpCloud Single Sign On/AzureFunctionJumpCloud/host.json index 1a3f1f21de..f8fcabc5db 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