From 8f58e9abe9f325076c47d68702f5616507d9f916 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 27 Jan 2024 20:27:30 +0100 Subject: [PATCH] Don't print XmlKeyManager warnings by default --- Iceshrimp.Backend/configuration.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/configuration.ini b/Iceshrimp.Backend/configuration.ini index 7726ae91..7d662182 100644 --- a/Iceshrimp.Backend/configuration.ini +++ b/Iceshrimp.Backend/configuration.ini @@ -20,4 +20,5 @@ Password = iceshrimp [Logging:LogLevel] Default = Information Microsoft.AspNetCore = Warning -Microsoft.EntityFrameworkCore = Warning \ No newline at end of file +Microsoft.EntityFrameworkCore = Warning +Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager = Critical \ No newline at end of file