From 6b00f888124e6cfae86aad6f69baf4b3a7203bc4 Mon Sep 17 00:00:00 2001 From: JamesPasta Date: Wed, 27 May 2026 09:10:20 -0700 Subject: [PATCH] feature/AB#32841-AddQRandPaymentDescription-Fixes remove logging on resolve --- .../Unity.GrantManager.Web/appsettings.json | 46 ++++++++++--------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/appsettings.json b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/appsettings.json index f6d5bfbff4..aca4528f2b 100644 --- a/applications/Unity.GrantManager/src/Unity.GrantManager.Web/appsettings.json +++ b/applications/Unity.GrantManager/src/Unity.GrantManager.Web/appsettings.json @@ -124,7 +124,9 @@ "Quartz.SQL": "Information", "Quartz.Impl": "Information", "Microsoft.AspNetCore.Routing.EndpointMiddleware": "Warning", - "Microsoft.AspNetCore.Hosting.Diagnostics": "Warning" + "Microsoft.AspNetCore.Hosting.Diagnostics": "Warning", + "Volo.Abp.MultiTenancy": "Warning", + "Volo.Abp.MultiTenancy.TenantResolver": "Warning" } }, "WriteTo": [ @@ -147,14 +149,14 @@ "CacheDuration": 30 }, - "Azure": { - "Generation": { - "CooldownSeconds": 60 - }, - "Operations": { + "Azure": { + "Generation": { + "CooldownSeconds": 60 + }, + "Operations": { "Defaults": { "Provider": "OpenAI", - "Profile": "Gpt5Mini", + "Profile": "Gpt5Mini", "PromptVersion": "v1", "ExecutionMode": "Sequential" }, @@ -170,21 +172,21 @@ }, "OpenAI": { "ApiKey": "", - "Endpoint": "", - "Profiles": { - "Gpt4oMini": { - "ApiUrl": "/openai/deployments/gpt-4o-mini/chat/completions?api-version=2024-02-01", - "MaxTokensParameter": "max_tokens", - "Temperature": 0.3 - }, - "Gpt5Mini": { - "ApiUrl": "/openai/deployments/gpt-5-mini/chat/completions?api-version=2024-10-01-preview", - "MaxTokensParameter": "max_completion_tokens", - "ReasoningEffort": "minimal", - "Verbosity": "low" - } - } - }, + "Endpoint": "", + "Profiles": { + "Gpt4oMini": { + "ApiUrl": "/openai/deployments/gpt-4o-mini/chat/completions?api-version=2024-02-01", + "MaxTokensParameter": "max_tokens", + "Temperature": 0.3 + }, + "Gpt5Mini": { + "ApiUrl": "/openai/deployments/gpt-5-mini/chat/completions?api-version=2024-10-01-preview", + "MaxTokensParameter": "max_completion_tokens", + "ReasoningEffort": "minimal", + "Verbosity": "low" + } + } + }, "Logging": { "EnablePromptFileLog": false }