about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-27 22:07:15 +0100
committerRory& <root@rory.gay>2024-02-27 22:07:15 +0100
commitebdd85e0f8145867e621e928e851537b5b42c335 (patch)
tree98cb63a93752d2daffd9454dd668b7589c72bd92 /MatrixMediaGate/appsettings.Development.json
parentSystemd logger (diff)
downloadMatrixMediaGate-ebdd85e0f8145867e621e928e851537b5b42c335.tar.xz
Fix bug with URL encoding
Diffstat (limited to 'MatrixMediaGate/appsettings.Development.json')
-rw-r--r--MatrixMediaGate/appsettings.Development.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixMediaGate/appsettings.Development.json b/MatrixMediaGate/appsettings.Development.json

index 2763a9a..56b83e6 100644 --- a/MatrixMediaGate/appsettings.Development.json +++ b/MatrixMediaGate/appsettings.Development.json
@@ -2,7 +2,7 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore": "Warning", "Microsoft.AspNetCore.Routing": "Warning", "Microsoft.AspNetCore.Mvc": "Warning" }