mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Merge #16332: rpc: Add logpath description for getrpcinfo
a30bd09454
Add logpath description for getrpcinfo (Gregory Sanders) Pull request description: Introduced in https://github.com/bitcoin/bitcoin/pull/15483 ACKs for top commit: fanquake: ACKa30bd09454
Tree-SHA512: f561af675d1184412b9e426debab6269f80a65098fc7226ee93581f4075dfc93846dd4b226bd4842eb43e1649d3291c7d18558bfeb851970728b64b8a0e6df0f
This commit is contained in:
commit
f5a01cf259
1 changed files with 2 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue