CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
287 stars 205 forks source link

Custom Log Levels #2455

Open adamkrellenstein opened 1 week ago

adamkrellenstein commented 1 week ago
ouziel-slama commented 1 week ago

there is already a --quiet flag. It set log level to ERROR.

adamkrellenstein commented 1 week ago

Custom levels for Transactions and API stuff. You could pick and choose exactly what you want to see on the CLI.

adamkrellenstein commented 1 week ago

Be able to hide mempool transaction parsing too