Sorting the logging categories seems more user-friendly with the number of categories we now have, allowing CLI users to more quickly find a particular category.
This is a backport of core#22530
Differential D12041
log: sort logging categories alphabetically PiRK on Sep 23 2022, 07:33. Authored by Tags None Subscribers None
Details
Sorting the logging categories seems more user-friendly with the number of categories we now have, allowing CLI users to more quickly find a particular category. This is a backport of core#22530 ninja all check-all src/bitcoind -h | grep -A8 "debug=<category>" src/bitcoind -daemon && sleep 10 && src/bitcoin-cli logging [] '["addrman"]' && src/bitcoin-cli stop
Diff Detail
|