mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Add default server email rules in migration
This commit is contained in:
@@ -58,6 +58,7 @@ namespace BTCPayServer
|
||||
// Uncomment this to see EF queries
|
||||
//l.AddFilter("Microsoft.EntityFrameworkCore.Database.Command", LogLevel.Trace);
|
||||
l.AddFilter("Microsoft.EntityFrameworkCore.Migrations", LogLevel.Information);
|
||||
l.AddFilter("BTCPayServer.Migrations", LogLevel.Information);
|
||||
l.AddFilter("System.Net.Http.HttpClient", LogLevel.Critical);
|
||||
l.AddFilter("Microsoft.AspNetCore.Antiforgery.Internal", LogLevel.Critical);
|
||||
l.AddFilter("Fido2NetLib.DistributedCacheMetadataService", LogLevel.Error);
|
||||
|
||||
Reference in New Issue
Block a user