change log level of extract phase perf logging

This commit is contained in:
CJ Cobb
2021-03-23 10:58:43 -04:00
parent 2ef28ff9be
commit c6a42fa9f2

View File

@@ -386,8 +386,8 @@ ReportingETL::runETLPipeline(uint32_t startSequence)
auto tps =
fetchResponse->transactions_list().transactions_size() / time;
BOOST_LOG_TRIVIAL(debug) << "Extract phase time = " << time
<< " . Extract phase tps = " << tps;
BOOST_LOG_TRIVIAL(info) << "Extract phase time = " << time
<< " . Extract phase tps = " << tps;
// if the fetch is unsuccessful, stop. fetchLedger only returns
// false if the server is shutting down, or if the ledger was
// found in the database (which means another process already