-
Notifications
You must be signed in to change notification settings - Fork 172
Logging Categories
div72 edited this page Apr 18, 2021
·
1 revision
There are multiple debug flags that enable various debugging messages.
Category | Flag | Notes |
---|---|---|
net | LogFlags::NET |
|
tor | LogFlags::TOR |
Unused. |
mempool | LogFlags::MEMPOOL |
|
http | LogFlags::HTTP |
Unused. |
bench | LogFlags::BENCH |
Unused. |
zmq | LogFlags::ZMQ |
Unused. |
walletdb | LogFlags::WALLETDB |
|
rpc | LogFlags::RPC |
|
estimatefee | LogFlags::ESTIMATEFEE |
|
addrman | LogFlags::ADDRMAN |
|
selectcoins | LogFlags::SELECTCOINS |
Unused. |
reindex | LogFlags::REINDEX |
Unused. |
cmpctblock | LogFlags::CMPCTBLOCK |
Unused. |
rand | LogFlags::RAND |
Unused. |
misc | LogFlags::MISC |
|
proxy | LogFlags::PROXY |
Unused. |
mempoolrej | LogFlags::MEMPOOLREJ |
Unused. |
libevent | LogFlags::LIBEVENT |
Unused. |
coindb | LogFlags::COINDB |
Unused. |
qt | LogFlags::QT |
|
leveldb | LogFlags::LEVELDB |
Unused. |
scraper | LogFlags::SCRAPER |
Scraper also utilizes it's own logger. |
manifest | LogFlags::MANIFEST |
|
superblock | LogFlags::SB |
|
beacon | LogFlags::BEACON |
|
tally | LogFlags::TALLY |
|
accrual | LogFlags::ACCRUAL |
|
contract | LogFlags::CONTRACT |
|
miner | LogFlags::MINER |
|
vote | LogFlags::VOTE |
|
verbose | LogFlags::VERBOSE |
Corresponds to the old horizontal category "debug". |
noisy | LogFlags::NOISY |
Corresponds to the old horizontal category "debug10". |