Improve Journal logging framework:

* Allow partition log levels to be adjusted
* Cleanups
This commit is contained in:
Howard Hinnant
2014-06-12 20:49:37 -07:00
committed by Nik Bougalis
parent 488a44b88e
commit 23dc08c925
107 changed files with 751 additions and 1553 deletions

View File

@@ -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