diff --git a/src/Services/ExamManagement/ExamManagement.API/appsettings.Development.json b/src/Services/ExamManagement/ExamManagement.API/appsettings.Development.json deleted file mode 100644 index 8983e0fc..00000000 --- a/src/Services/ExamManagement/ExamManagement.API/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/src/Services/ExamManagement/ExamManagement.API/appsettings.json b/src/Services/ExamManagement/ExamManagement.API/appsettings.json index d9d9a9bf..bb6dc2e6 100644 --- a/src/Services/ExamManagement/ExamManagement.API/appsettings.json +++ b/src/Services/ExamManagement/ExamManagement.API/appsettings.json @@ -1,9 +1,12 @@ { - "Logging": { - "LogLevel": { + "Serilog": { + "MinimumLevel": { "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" + "Override": { + "Microsoft": "Warning", + "OpenCodeFoundation": "Information", + "System": "Warning" + } } }, "AllowedHosts": "*"