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": "*",