Add logpath description for getrpcinfo

pull/16332/head
Gregory Sanders 5 years ago
parent 11de669d8b
commit a30bd09454

@ -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…
Cancel
Save