From 836e2293e08190afc5cbafe8906fa599c16649af Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 27 Jul 2022 16:59:00 -0400 Subject: [PATCH] Fix Development appsettings --- ProjectLighthouse/appsettings.Development.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } } }