diff --git a/ProjectLighthouse/appsettings.Development.json b/ProjectLighthouse/appsettings.Development.json index 90dc7b13..8983e0fc 100644 --- a/ProjectLighthouse/appsettings.Development.json +++ b/ProjectLighthouse/appsettings.Development.json @@ -1,9 +1,9 @@ { "Logging": { "LogLevel": { - "Default": "Debug", - "Microsoft": "Debug", - "Microsoft.Hosting.Lifetime": "Debug" + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" } } }