about summary refs log tree commit diff
path: root/MatrixUtils.Web/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/appsettings.Development.json')
-rw-r--r--MatrixUtils.Web/appsettings.Development.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/MatrixUtils.Web/appsettings.Development.json b/MatrixUtils.Web/appsettings.Development.json

index 1ca99ed..1555d4e 100644 --- a/MatrixUtils.Web/appsettings.Development.json +++ b/MatrixUtils.Web/appsettings.Development.json
@@ -3,7 +3,10 @@ "LogLevel": { "Default": "Trace", "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "Microsoft.AspNetCore.StaticAssets": "Warning", + "Microsoft.AspNetCore.EndpointMiddleware": "Warning", + "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information" } } }