about summary refs log tree commit diff
path: root/MatrixUtils.Web/appsettings.Development.json
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 /MatrixUtils.Web/appsettings.Development.json
parentDont force purge to increase reliability (diff)
downloadMatrixUtils-970de264eeaa813842ff652632a52b29de1cccc6.tar.xz
Reduce loglevel for AuthorizedImage, update LibMatrix (a11y)
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web/appsettings.Development.json3
1 files changed, 2 insertions, 1 deletions
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" } } }