Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dceleda committed Apr 27, 2022
1 parent d7a5459 commit cb6f4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private void LogRequest(string reqType)

if (_testReqCount % 1 == 0)
{
_logger.Info($"SNAP - ({reqType}, diff:{_pivot.Diff}) {NextAccountPath}\t AccountRequests:{_activeAccountRequests} | StorageRequests:{_activeStorageRequests} | CodeRequests:{_activeCodeRequests} | AccountsToRefresh:{_activeAccRefreshRequests} | {Environment.NewLine}Slots:{NextSlotRange.Count} | Storages:{StoragesToRetrieve.Count} | Codes:{CodesToRetrieve.Count} | AccountsToRefresh:{AccountsToRefresh.Count}");
_logger.Info($"SNAP - ({reqType}, diff:{_pivot.Diff}) {NextAccountPath} Account:{_activeAccountRequests} | Storage:{_activeStorageRequests} | Code:{_activeCodeRequests} | ToRefresh:{_activeAccRefreshRequests} | QUEUES Slots:{NextSlotRange.Count} | Storages:{StoragesToRetrieve.Count} | Codes:{CodesToRetrieve.Count} | ToRefresh:{AccountsToRefresh.Count}");
}
}
}
Expand Down

0 comments on commit cb6f4fb

Please sign in to comment.