From 252ca52a82966c6532eeeb9a60a1e8c219ed7df3 Mon Sep 17 00:00:00 2001 From: ShiYu Date: Mon, 19 May 2025 22:54:35 +0800 Subject: [PATCH] feat: update logging configuration to include Entity Framework Core command logging --- appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appsettings.json b/appsettings.json index 8a56b40..f795995 100644 --- a/appsettings.json +++ b/appsettings.json @@ -5,7 +5,8 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Microsoft.AspNetCore": "Warning", + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } }, "AllowedHosts": ""