mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Improve Journal logging framework:
* Allow partition log levels to be adjusted * Cleanups
This commit is contained in:
committed by
Nik Bougalis
parent
488a44b88e
commit
23dc08c925
@@ -127,7 +127,7 @@ std::string RPCServerHandler::processRequest (std::string const& request,
|
||||
return HTTPReply (400, "params must be an object");
|
||||
|
||||
ripple_params ["command"] = strMethod;
|
||||
RPC::Request req (LogPartition::getJournal <RPCServer> (),
|
||||
RPC::Request req (deprecatedLogs().journal("RPCServer"),
|
||||
strMethod, ripple_params, getApp ());
|
||||
|
||||
// VFALCO Try processing the command using the new code
|
||||
|
||||
Reference in New Issue
Block a user