From 6f4f3d0eb9de6e9f72135595ae4b01135fe36913 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Thu, 9 Jul 2026 14:00:51 +0000 Subject: [PATCH] Update .gitignore to include logs directory and change logging level for Microsoft.EntityFrameworkCore.Database.Command to Warning --- .gitignore | 3 ++- Jellyfin.Server/Resources/Configuration/logging.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84d701c3..75472195 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ bin/ obj/ *.lscache - +logs/ # Centralized lib output folder /lib/ lib/ @@ -47,3 +47,4 @@ schema/ **/scenario.json scenario.json +logs diff --git a/Jellyfin.Server/Resources/Configuration/logging.json b/Jellyfin.Server/Resources/Configuration/logging.json index 6462d791..7aa59ce4 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": "Information" + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } }, "WriteTo": [