about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-19 19:51:31 +0200
committerRory& <root@rory.gay>2025-04-19 19:51:31 +0200
commit970de264eeaa813842ff652632a52b29de1cccc6 (patch)
treebf4917a5706c22df73a454c135ca31ccba645e75
parentDont force purge to increase reliability (diff)
downloadMatrixUtils-970de264eeaa813842ff652632a52b29de1cccc6.tar.xz
Reduce loglevel for AuthorizedImage, update LibMatrix (a11y)
m---------LibMatrix0
-rw-r--r--MatrixUtils.Web/appsettings.Development.json3
-rw-r--r--MatrixUtils.Web/appsettings.json3
-rw-r--r--MatrixUtils.Web/wwwroot/appsettings.json3
4 files changed, 6 insertions, 3 deletions
diff --git a/LibMatrix b/LibMatrix
-Subproject 6ed36188c9887cf1e49f2dab78edbfced5375a6
+Subproject 4b508fa6216c6682925a42b67936b068e6db8e6
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" } } }