mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-02 11:11:04 +02:00
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
This commit is contained in:
commit
f5a01cf259
@ -210,7 +210,8 @@ static UniValue getrpcinfo(const JSONRPCRequest& request)
|
|||||||
" \"method\" (string) The name of the RPC command \n"
|
" \"method\" (string) The name of the RPC command \n"
|
||||||
" \"duration\" (numeric) The running time in microseconds\n"
|
" \"duration\" (numeric) The running time in microseconds\n"
|
||||||
" },...\n"
|
" },...\n"
|
||||||
" ]\n"
|
" ],\n"
|
||||||
|
" \"logpath\": \"xxx\" (string) The complete file path to the debug log\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
},
|
},
|
||||||
RPCExamples{
|
RPCExamples{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user