debug
#
Commanddebug "category" Change debug category on the fly. Specify single category or use '+' to specify many. The valid debug categories are: net, tor, mempool, http, bench, zmq, db, rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, chainlocks, gobject, instantsend, keepass, llmq, llmq-dkg, llmq-sigs, mnpayments, mnsync, coinjoin, spork, netconn. libevent logging is configured on startup and cannot be modified by this RPC during runtime. There are also a few meta-categories:
- "all", "1" and "" activate all categories at once;
- "pacprotocol" activates all PAC Protocol-specific categories at once;
- "none" (or "0") deactivates all categories at once. Note: If specified category doesn't match any of the above, no error is thrown.
info
If specified category doesn't match any of the above, no error is thrown.
#
Argumentscategory
*#
(string, required)
The name of the debug category to turn on.
#
Examples#
ResultRunning following help command
Will produce following output: