diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-07-03 09:23:51 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2019-07-03 09:36:21 -0400 |
commit | a30bd0945427f310640d8515c11a3d1b70762e69 (patch) | |
tree | 92b70dfdc56977091042968847f023776827e750 /src/rpc/server.cpp | |
parent | 11de669d8b7a1f641ab6fb488feb3134f0d2b1be (diff) |
Add logpath description for getrpcinfo
Diffstat (limited to 'src/rpc/server.cpp')
-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{ |