Unsupported logging category -debug=NET. #15135

issue cryptozeny opened this issue on January 9, 2019
  1. cryptozeny commented at 7:18 AM on January 9, 2019: none

    I ran:

    ./src/qt/bitcoin-qt -testnet -debug=NET
    

    screenshot from 2019-01-09 16-16-25

    I got warning window. Anyway bitcoin-qt runs well. But How can I enable filter logging?

    Here is the list.

    namespace BCLog {
        enum LogFlags : uint32_t {
            NONE        = 0,
            NET         = (1 <<  0),
            TOR         = (1 <<  1),
            MEMPOOL     = (1 <<  2),
            HTTP        = (1 <<  3),
            BENCH       = (1 <<  4),
            ZMQ         = (1 <<  5),
            DB          = (1 <<  6),
            RPC         = (1 <<  7),
            ESTIMATEFEE = (1 <<  8),
            ADDRMAN     = (1 <<  9),
            SELECTCOINS = (1 << 10),
            REINDEX     = (1 << 11),
            CMPCTBLOCK  = (1 << 12),
            RAND        = (1 << 13),
            PRUNE       = (1 << 14),
            PROXY       = (1 << 15),
            MEMPOOLREJ  = (1 << 16),
            LIBEVENT    = (1 << 17),
            COINDB      = (1 << 18),
            QT          = (1 << 19),
            LEVELDB     = (1 << 20),
            ALL         = ~(uint32_t)0,
        };
    }
    
  2. fanquake added the label Utils/log/libs on Jan 9, 2019
  3. cryptozeny commented at 7:36 AM on January 9, 2019: none

    ./src/qt/bitcoin-qt -testnet -debug=net works. net instead of NET :sweat_smile:

  4. cryptozeny closed this on Jan 9, 2019

  5. MarcoFalke locked this on Dec 16, 2021
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me