From f95ce649581f046eb8108109ddbc0acf0e34ed1a Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Tue, 2 Jan 2024 15:09:23 +0100 Subject: [PATCH] optimize log default config --- .../Nager.AuthenticationService.WebApi/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Backend/Nager.AuthenticationService.WebApi/appsettings.json b/src/Backend/Nager.AuthenticationService.WebApi/appsettings.json index 4216b9c..015c5eb 100644 --- a/src/Backend/Nager.AuthenticationService.WebApi/appsettings.json +++ b/src/Backend/Nager.AuthenticationService.WebApi/appsettings.json @@ -2,7 +2,8 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Microsoft.AspNetCore": "Warning", + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } }, "AllowedHosts": "*",