mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Stop spamming logs with event aggregator logging
This commit is contained in:
parent
6c6544bf9b
commit
ee738a29f0
@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Channels;
|
||||
using System.Threading.Tasks;
|
||||
using BTCPayServer.Events;
|
||||
using BTCPayServer.Logging;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
@ -86,9 +87,6 @@ namespace BTCPayServer
|
||||
}
|
||||
}
|
||||
|
||||
var log = evt.ToString();
|
||||
if (!String.IsNullOrEmpty(log))
|
||||
Logs.Events.LogInformation(log);
|
||||
foreach (var sub in actionList)
|
||||
{
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user