Skip to content

Commit f5a01cf

Browse files
committed
Merge #16332: rpc: Add logpath description for getrpcinfo
a30bd09 Add logpath description for getrpcinfo (Gregory Sanders) Pull request description: Introduced in bitcoin/bitcoin#15483 ACKs for top commit: fanquake: ACK a30bd09 Tree-SHA512: f561af675d1184412b9e426debab6269f80a65098fc7226ee93581f4075dfc93846dd4b226bd4842eb43e1649d3291c7d18558bfeb851970728b64b8a0e6df0f
2 parents e1a8d76 + a30bd09 commit f5a01cf

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)