mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 20:25:52 +00:00
add more logging
This commit is contained in:
@@ -70,6 +70,7 @@ buildResponse(
|
||||
std::shared_ptr<PgPool>& pgPool)
|
||||
{
|
||||
std::string command = request.at("command").as_string().c_str();
|
||||
BOOST_LOG_TRIVIAL(info) << "Received rpc command : " << request;
|
||||
boost::json::object response;
|
||||
switch (commandMap[command])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user