Add logpath description for getrpcinfo

This commit is contained in:
Gregory Sanders 2019-07-03 09:23:51 -04:00
parent 11de669d8b
commit a30bd09454

View file

@ -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{