Add logpath description for getrpcinfo
This commit is contained in:
parent
11de669d8b
commit
a30bd09454
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"
|
" \"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…
Reference in a new issue