Hide openid warning message

This commit is contained in:
nicolas.dorier 2019-07-08 14:57:42 +09:00
parent 36046f08f7
commit 67c2abca2d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -53,6 +53,7 @@ namespace BTCPayServer
l.AddFilter("Microsoft", LogLevel.Error);
l.AddFilter("System.Net.Http.HttpClient", LogLevel.Critical);
l.AddFilter("Microsoft.AspNetCore.Antiforgery.Internal", LogLevel.Critical);
l.AddFilter("AspNet.Security.OpenIdConnect.Server.OpenIdConnectServerHandler", LogLevel.Error);
l.AddProvider(new CustomConsoleLogProvider(processor));
// Use Serilog for debug log file.