aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2019-07-08 12:55:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2019-07-08 12:57:10 +0200
commitf5a01cf25986e8ce94bbbc9206a863c19c58c63b (patch)
treed2b81c311335442bf7b20bac9b7c4e15cde2d02e /src/rpc
parente1a8d76aff8d70e63f399df05ee555760f1b5514 (diff)
parenta30bd0945427f310640d8515c11a3d1b70762e69 (diff)
downloadbitcoin-f5a01cf25986e8ce94bbbc9206a863c19c58c63b.tar.xz
Merge #16332: rpc: Add logpath description for getrpcinfo
a30bd0945427f310640d8515c11a3d1b70762e69 Add logpath description for getrpcinfo (Gregory Sanders) Pull request description: Introduced in https://github.com/bitcoin/bitcoin/pull/15483 ACKs for top commit: fanquake: ACK a30bd0945427f310640d8515c11a3d1b70762e69 Tree-SHA512: f561af675d1184412b9e426debab6269f80a65098fc7226ee93581f4075dfc93846dd4b226bd4842eb43e1649d3291c7d18558bfeb851970728b64b8a0e6df0f
Diffstat (limited to 'src/rpc')
-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{