mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
change log level of extract phase perf logging
This commit is contained in:
@@ -386,7 +386,7 @@ ReportingETL::runETLPipeline(uint32_t startSequence)
|
||||
auto tps =
|
||||
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;
|
||||
// if the fetch is unsuccessful, stop. fetchLedger only returns
|
||||
// false if the server is shutting down, or if the ledger was
|
||||
|
||||
Reference in New Issue
Block a user