From 4fe2d564d9f6beac9e2f835d557ea8a5fa309736 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 26 Jun 2026 05:44:19 -0400 Subject: [PATCH] fix: logging levels in Prod --- DeepDrftAPI/appsettings.json | 4 +--- DeepDrftManager/appsettings.json | 3 +-- DeepDrftPublic/appsettings.json | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/DeepDrftAPI/appsettings.json b/DeepDrftAPI/appsettings.json index c2c309b..fd090ff 100644 --- a/DeepDrftAPI/appsettings.json +++ b/DeepDrftAPI/appsettings.json @@ -1,9 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning", - "DeepDrftContent.Controllers.TrackController": "Information" + "Default": "Information" } }, "AllowedHosts": "*", diff --git a/DeepDrftManager/appsettings.json b/DeepDrftManager/appsettings.json index f1dc861..30a88ba 100644 --- a/DeepDrftManager/appsettings.json +++ b/DeepDrftManager/appsettings.json @@ -1,8 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Default": "Warning" } }, "AllowedHosts": "*", diff --git a/DeepDrftPublic/appsettings.json b/DeepDrftPublic/appsettings.json index e2a1bb6..29143b5 100644 --- a/DeepDrftPublic/appsettings.json +++ b/DeepDrftPublic/appsettings.json @@ -1,8 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Default": "Warning" } }, "AllowedHosts": "*",