From bc4e05e3a8a797b48e9d6005c9a6a1c8c6f74650 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:11:47 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20ajouter=20la=20configuration=20de=20jou?= =?UTF-8?q?rnalisation=20pour=20am=C3=A9liorer=20la=20gestion=20des=20nive?= =?UTF-8?q?aux=20de=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/appsettings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Webzine.WebApplication/appsettings.json b/Webzine.WebApplication/appsettings.json index 5f66872..46fd8b0 100644 --- a/Webzine.WebApplication/appsettings.json +++ b/Webzine.WebApplication/appsettings.json @@ -1,4 +1,10 @@ { + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, "Webzine": { "NombreDerniereChronique": 3, "NombreDeTopTitres": 3