We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275365 commit e1c27daCopy full SHA for e1c27da
src/rpc/misc.cpp
@@ -404,13 +404,13 @@ UniValue logging(const JSONRPCRequest& request)
404
},
405
RPCResult{
406
"{ (json object where keys are the logging categories, and values indicates its status\n"
407
- " \"category\": 0|1, (numeric) if being debug logged or not. 0:inactive, 1:active\n"
+ " \"category\": true|false, (bool) if being debug logged or not. false:inactive, true:active\n"
408
" ...\n"
409
"}\n"
410
411
RPCExamples{
412
HelpExampleCli("logging", "\"[\\\"all\\\"]\" \"[\\\"http\\\"]\"")
413
- + HelpExampleRpc("logging", "[\"all\"], \"[libevent]\"")
+ + HelpExampleRpc("logging", "[\"all\"], [\"libevent\"]")
414
415
}.ToString());
416
}
0 commit comments