Skip to content

Commit 6cfac1e

Browse files
rockstardevb0l0k
authored andcommitted
chore: reduce verbosity of logging for skipped blocks
1 parent fc6a04f commit 6cfac1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BTCPayServer.Plugins.USDt/Services/TronUSDtListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private async Task LoopIndex(TronUSDtLikeConfigurationItem configurationItem, Ca
102102
var lastBlockNumber = await web3Client.Eth.Blocks.GetBlockNumber.SendRequestAsync();
103103
if (lastBlockNumber > listenerState.LastBlockHeight)
104104
{
105-
logger.LogInformation("New block avoid from {BlockNumber} to {NewBlockNumber}",
105+
logger.LogDebug("New block avoid from {BlockNumber} to {NewBlockNumber}",
106106
listenerState.LastBlockHeight, lastBlockNumber);
107107
listenerState.LastBlockHeight = lastBlockNumber;
108108
}

0 commit comments

Comments
 (0)