Skip to content

Commit a30bd09

Browse files
committed
Add logpath description for getrpcinfo
1 parent 11de669 commit a30bd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rpc/server.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ static UniValue getrpcinfo(const JSONRPCRequest& request)
210210
" \"method\" (string) The name of the RPC command \n"
211211
" \"duration\" (numeric) The running time in microseconds\n"
212212
" },...\n"
213-
" ]\n"
213+
" ],\n"
214+
" \"logpath\": \"xxx\" (string) The complete file path to the debug log\n"
214215
"}\n"
215216
},
216217
RPCExamples{

0 commit comments

Comments
 (0)