mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Add temporary log to debug stufftech
This commit is contained in:
@@ -509,6 +509,7 @@ namespace BTCPayServer.Services.Invoices
|
||||
try
|
||||
{
|
||||
await context.SaveChangesAsync().ConfigureAwait(false);
|
||||
Logs.PayServer.LogInformation(new System.Diagnostics.StackTrace().ToString());
|
||||
}
|
||||
catch(DbUpdateException) { return null; } // Already exists
|
||||
AddToTextSearch(invoiceId, paymentData.GetSearchTerms());
|
||||
|
||||
Reference in New Issue
Block a user