diff options
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/server.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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{ |