Skip to content

Instantly share code, notes, and snippets.

@kavu
Last active August 9, 2018 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kavu/cca28e5126b89fff7c77ee5867d722af to your computer and use it in GitHub Desktop.
Save kavu/cca28e5126b89fff7c77ee5867d722af to your computer and use it in GitHub Desktop.
All Parity logging targets
#!/bin/sh
grep -Roh --exclude-dir=target 'target: "[^"]*",' parity | sed -n 's/target: \("[^"]*"\),/\1/p' | sed -n 's/"//pg' | sort | uniq
account_bloom
basicauthority
blockchain
chain
client
cull
discovery
diskmap
enact
engine
estimate_gas
ethash
evm
executive
ext
external_tx
externalities
fatdb
fetch
finality
hw
hypervisor
import
jdb
jdb.fine
jdb.ops
journaldb
jsontests
les
light_fetch
local_store
migration
miner
mode
network
on_demand
own_tx
parity_whisper
perf
pip
pip_provider
poa
pubsub
rcdb
reorg
rpc
rpc-client
secretstore
secretstore_net
shutdown
signer
snapshot
snapshot_io
snapshot_watcher
spec
state
stats
stratum
sync
trace
tx
tx_filter
txpool
txqueue
updater
verification
warp
wasm
whisper
whisper-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment