aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.cpp
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2019-07-03 09:23:51 -0400
committerGregory Sanders <gsanders87@gmail.com>2019-07-03 09:36:21 -0400
commita30bd0945427f310640d8515c11a3d1b70762e69 (patch)
tree92b70dfdc56977091042968847f023776827e750 /src/rpc/server.cpp
parent11de669d8b7a1f641ab6fb488feb3134f0d2b1be (diff)
downloadbitcoin-a30bd0945427f310640d8515c11a3d1b70762e69.tar.xz
Add logpath description for getrpcinfo
Diffstat (limited to 'src/rpc/server.cpp')
-rw-r--r--src/rpc/server.cpp3
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{