mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Fix: Add Fido2 log filter to tests
This commit is contained in:
parent
6821a9a0a4
commit
0888cc4f97
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue