Add migration logs

This commit is contained in:
nicolas.dorier
2024-09-09 19:02:45 +09:00
parent 7de05700e9
commit 87e2f5f414
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ namespace BTCPayServer
l.AddFilter("Events", LogLevel.Warning);
// Uncomment this to see EF queries
//l.AddFilter("Microsoft.EntityFrameworkCore.Database.Command", LogLevel.Trace);
l.AddFilter("Microsoft.EntityFrameworkCore.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);