Fix: Add Fido2 log filter to tests

This commit is contained in:
Kukks 2021-04-27 08:18:01 +02:00
parent 6821a9a0a4
commit 0888cc4f97

View File

@ -167,6 +167,7 @@ namespace BTCPayServer.Tests
l.SetMinimumLevel(LogLevel.Information)
.AddFilter("Microsoft", LogLevel.Error)
.AddFilter("Hangfire", LogLevel.Error)
.AddFilter("Fido2NetLib.DistributedCacheMetadataService", LogLevel.Error)
.AddProvider(Logs.LogProvider);
});
})