diff options
author | Rory& <root@rory.gay> | 2024-02-27 22:07:15 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-27 22:07:15 +0100 |
commit | ebdd85e0f8145867e621e928e851537b5b42c335 (patch) | |
tree | 98cb63a93752d2daffd9454dd668b7589c72bd92 /MatrixMediaGate/appsettings.Development.json | |
parent | Systemd logger (diff) | |
download | MatrixMediaGate-ebdd85e0f8145867e621e928e851537b5b42c335.tar.xz |
Fix bug with URL encoding
Diffstat (limited to '')
-rw-r--r-- | MatrixMediaGate/appsettings.Development.json | 2 |
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" } |