From 6c79d6df187bb48858f6c89e8818a44871a2692e Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:11:24 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20mettre=20=C3=A0=20jour=20la=20configura?= =?UTF-8?q?tion=20de=20journalisation=20et=20renommer=20la=20cible=20de=20?= =?UTF-8?q?la=20console=20pour=20plus=20de=20clart=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/appsettings.json | 6 ------ Webzine.WebApplication/nlog.config | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Webzine.WebApplication/appsettings.json b/Webzine.WebApplication/appsettings.json index 46fd8b0..5f66872 100644 --- a/Webzine.WebApplication/appsettings.json +++ b/Webzine.WebApplication/appsettings.json @@ -1,10 +1,4 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, "Webzine": { "NombreDerniereChronique": 3, "NombreDeTopTitres": 3 diff --git a/Webzine.WebApplication/nlog.config b/Webzine.WebApplication/nlog.config index 2fc8c32..1b64237 100644 --- a/Webzine.WebApplication/nlog.config +++ b/Webzine.WebApplication/nlog.config @@ -22,7 +22,7 @@ layout="${longdate}|${level:uppercase=true}|${logger}|${message} ${exception:format=tostring}|${aspnet-request-url:whenEmpty=NoRequest}" /> -