File tree Expand file tree Collapse file tree
src/AElfScanServer.Worker.Core/Worker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ protected override async Task DoWorkAsync(PeriodicBackgroundWorkerContext worker
8686 private async Task ProcessChainTransfers ( ITokenTransferMonitoringService monitoringService ,
8787 string chainId , int batchSize )
8888 {
89- _logger . LogDebug ( "Processing transfers for chain {ChainId}" , chainId ) ;
89+ _logger . LogInformation ( "Processing transfers for chain {ChainId}" , chainId ) ;
9090
9191 try
9292 {
@@ -104,7 +104,7 @@ private async Task ProcessChainTransfers(ITokenTransferMonitoringService monitor
104104 }
105105 else
106106 {
107- _logger . LogDebug ( "No new transfers found for chain {ChainId}" , chainId ) ;
107+ _logger . LogInformation ( "No new transfers found for chain {ChainId}" , chainId ) ;
108108 }
109109
110110 var duration = DateTime . UtcNow - startTime ;
You can’t perform that action at this time.
0 commit comments