mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
feat: Use spdlog logger (#2372)
This commit is contained in:
@@ -1333,14 +1333,14 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
RPCHelpersLogDurationTests,
|
||||
RPCHelpersLogDurationTest,
|
||||
testing::Values(
|
||||
RPCHelpersLogDurationTestBundle{"ShortDurationLogsAsInfo", std::chrono::milliseconds(500), "RPC:NFO", true},
|
||||
RPCHelpersLogDurationTestBundle{"ShortDurationLogsAsInfo", std::chrono::milliseconds(500), "inf:RPC ", true},
|
||||
RPCHelpersLogDurationTestBundle{
|
||||
"MediumDurationLogsAsWarning",
|
||||
std::chrono::milliseconds(5000),
|
||||
"RPC:WRN",
|
||||
"war:RPC ",
|
||||
true
|
||||
},
|
||||
RPCHelpersLogDurationTestBundle{"LongDurationLogsAsError", std::chrono::milliseconds(15000), "RPC:ERR", true}
|
||||
RPCHelpersLogDurationTestBundle{"LongDurationLogsAsError", std::chrono::milliseconds(15000), "err:RPC ", true}
|
||||
),
|
||||
tests::util::kNAME_GENERATOR
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user