From a30bd0945427f310640d8515c11a3d1b70762e69 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 3 Jul 2019 09:23:51 -0400 Subject: Add logpath description for getrpcinfo --- src/rpc/server.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rpc/server.cpp') diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 6fdab2c4cd..145b99b567 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -210,7 +210,8 @@ static UniValue getrpcinfo(const JSONRPCRequest& request) " \"method\" (string) The name of the RPC command \n" " \"duration\" (numeric) The running time in microseconds\n" " },...\n" - " ]\n" + " ],\n" + " \"logpath\": \"xxx\" (string) The complete file path to the debug log\n" "}\n" }, RPCExamples{ -- cgit v1.2.3