From 727f27c2d17e211c2424fef278d25508617e3514 Mon Sep 17 00:00:00 2001 From: cake Date: Sat, 6 Dec 2025 18:02:39 +0100 Subject: [PATCH] Fixed some problems. --- .../LightlessSyncServer/Hubs/LightlessHub.Groups.cs | 2 +- LightlessSyncServer/LightlessSyncServer/appsettings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.Groups.cs b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.Groups.cs index 9017e38..a24442e 100644 --- a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.Groups.cs +++ b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.Groups.cs @@ -924,7 +924,7 @@ public partial class LightlessHub } [Authorize(Policy = "Identified")] - public async Task GroupGetPruneSettings(GroupDto dto) + public async Task GroupGetPruneSettings(GroupDto dto) { _logger.LogCallInfo(LightlessHubLogger.Args(dto)); diff --git a/LightlessSyncServer/LightlessSyncServer/appsettings.json b/LightlessSyncServer/LightlessSyncServer/appsettings.json index 991b30a..d3983ef 100644 --- a/LightlessSyncServer/LightlessSyncServer/appsettings.json +++ b/LightlessSyncServer/LightlessSyncServer/appsettings.json @@ -7,6 +7,7 @@ "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", + "Microsoft.EntityFrameworkCore.Database.Command": "Warning", "LightlessSyncServer.Authentication": "Warning", "System.IO.IOException": "Warning" },