mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Add temporary log to debug stufftech
This commit is contained in:
@@ -87,7 +87,10 @@ namespace BTCPayServer
|
||||
actionList = actions.Values.ToList();
|
||||
}
|
||||
}
|
||||
|
||||
if(evt is Events.InvoiceEvent inv && inv.EventCode == 1002)
|
||||
{
|
||||
Logs.Events.LogInformation(new System.Diagnostics.StackTrace().ToString());
|
||||
}
|
||||
var log = evt.ToString();
|
||||
if(!String.IsNullOrEmpty(log))
|
||||
Logs.Events.LogInformation(log);
|
||||
|
||||
Reference in New Issue
Block a user