add more logging

This commit is contained in:
CJ Cobb
2021-01-21 11:23:21 -05:00
parent eca85b3538
commit 5d233fce1b
5 changed files with 11 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ doLedgerData(
auto start = std::chrono::system_clock::now();
auto [results, returnedMarker] =
backend.doUpperBound(marker, ledger, limit);
BOOST_LOG_TRIVIAL(debug)
<< "doUpperBound returned " << results.size() << " results";
auto end = std::chrono::system_clock::now();