From 7dd56db96e5194c49e1c8d212baf3eb53e64d564 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Thu, 9 Jul 2026 08:27:56 -0400 Subject: [PATCH] Update logging level for Microsoft.EntityFrameworkCore.Database.Command to Information --- Jellyfin.Server/Resources/Configuration/logging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Server/Resources/Configuration/logging.json b/Jellyfin.Server/Resources/Configuration/logging.json index bf3897a1..6462d791 100644 --- a/Jellyfin.Server/Resources/Configuration/logging.json +++ b/Jellyfin.Server/Resources/Configuration/logging.json @@ -5,7 +5,7 @@ "Override": { "Microsoft": "Warning", "System": "Warning", - "Microsoft.EntityFrameworkCore.Database.Command": "Error" + "Microsoft.EntityFrameworkCore.Database.Command": "Information" } }, "WriteTo": [