diff --git a/src/WebApi/appsettings.json b/src/WebApi/appsettings.json index 10f68b8..fb6c195 100644 --- a/src/WebApi/appsettings.json +++ b/src/WebApi/appsettings.json @@ -1,8 +1,9 @@ { "Logging": { "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Default": "Warning", + "Vegasco": "Information", + "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*"