Last active
August 9, 2018 14:52
-
-
Save kavu/cca28e5126b89fff7c77ee5867d722af to your computer and use it in GitHub Desktop.
All Parity logging targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
grep -Roh --exclude-dir=target 'target: "[^"]*",' parity | sed -n 's/target: \("[^"]*"\),/\1/p' | sed -n 's/"//pg' | sort | uniq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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