mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
change log level of extract phase perf logging
This commit is contained in:
@@ -386,8 +386,8 @@ ReportingETL::runETLPipeline(uint32_t startSequence)
|
|||||||
auto tps =
|
auto tps =
|
||||||
fetchResponse->transactions_list().transactions_size() / time;
|
fetchResponse->transactions_list().transactions_size() / time;
|
||||||
|
|
||||||
BOOST_LOG_TRIVIAL(debug) << "Extract phase time = " << time
|
BOOST_LOG_TRIVIAL(info) << "Extract phase time = " << time
|
||||||
<< " . Extract phase tps = " << tps;
|
<< " . Extract phase tps = " << tps;
|
||||||
// if the fetch is unsuccessful, stop. fetchLedger only returns
|
// if the fetch is unsuccessful, stop. fetchLedger only returns
|
||||||
// false if the server is shutting down, or if the ledger was
|
// false if the server is shutting down, or if the ledger was
|
||||||
// found in the database (which means another process already
|
// found in the database (which means another process already
|
||||||
|
|||||||
Reference in New Issue
Block a user