setting -debug
can lead to very noisy debug.logs with subcomponents filling up the log file. See for example https://travis-ci.org/bitcoin/bitcoin/jobs/216767286 where there are hundreds of libevent debug logs.
This commit adds an option to exclude certain components from debug logging. The usage is:
0bitcoind -debug -debugexclude=<component1> -debugexclude=<component2> ...