Do not print dangerous info in the logs

This commit is contained in:
nicolas.dorier 2020-04-05 12:33:10 +09:00
parent 963c69a0e0
commit 4a1fb71e09
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -331,7 +331,7 @@ namespace BTCPayServer.Controllers
public async Task<IActionResult> GenerateNBXWallet(string storeId, string cryptoCode,
GenerateWalletRequest request)
{
Logs.Events.LogInformation($"GenerateNBXWallet called {storeId}, {cryptoCode}, {request.ToJson()}");
Logs.Events.LogInformation($"GenerateNBXWallet called {storeId}, {cryptoCode}");
if (!await CanUseHotWallet())
{