From 970de264eeaa813842ff652632a52b29de1cccc6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 19 Apr 2025 19:51:31 +0200 Subject: Reduce loglevel for AuthorizedImage, update LibMatrix (a11y) --- LibMatrix | 2 +- MatrixUtils.Web/appsettings.Development.json | 3 ++- MatrixUtils.Web/appsettings.json | 3 ++- MatrixUtils.Web/wwwroot/appsettings.json | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/LibMatrix b/LibMatrix index 6ed3618..4b508fa 160000 --- a/LibMatrix +++ b/LibMatrix @@ -1 +1 @@ -Subproject commit 6ed36188c9887cf1e49f2dab78edbfced5375a6e +Subproject commit 4b508fa6216c6682925a42b67936b068e6db8e64 diff --git a/MatrixUtils.Web/appsettings.Development.json b/MatrixUtils.Web/appsettings.Development.json index 1ca99ed..826edbf 100644 --- a/MatrixUtils.Web/appsettings.Development.json +++ b/MatrixUtils.Web/appsettings.Development.json @@ -3,7 +3,8 @@ "LogLevel": { "Default": "Trace", "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information" } } } diff --git a/MatrixUtils.Web/appsettings.json b/MatrixUtils.Web/appsettings.json index 29d3614..f33cc65 100644 --- a/MatrixUtils.Web/appsettings.json +++ b/MatrixUtils.Web/appsettings.json @@ -3,7 +3,8 @@ "LogLevel": { "Default": "Trace", //debug "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information" } } } diff --git a/MatrixUtils.Web/wwwroot/appsettings.json b/MatrixUtils.Web/wwwroot/appsettings.json index 1ca99ed..826edbf 100644 --- a/MatrixUtils.Web/wwwroot/appsettings.json +++ b/MatrixUtils.Web/wwwroot/appsettings.json @@ -3,7 +3,8 @@ "LogLevel": { "Default": "Trace", "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "ArcaneLibs.Blazor.Components.AuthorizedImage": "Information" } } } -- cgit 1.5.1