mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +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 =
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user