joegesualdo / bitcoind-log-parser

Parse Bitcoind logs into sensible data structures
0 stars 0 forks source link

Add more variants to LogLineType #1

Open joegesualdo opened 2 years ago

joegesualdo commented 2 years ago

What

Add more variants to the LogLineType enum

How

Go through the bitcoind logs and add any unrepresented log lines.

Note: to get all categories of bitcoind logging run with the -debug=1 flag. Note: for more logging output run as bitcoind -debug=1 -logips -logthreadnames -logtimestamps -printtoconsole

More

Another option would be to go category by category by using the -debug=<category> flag as outlined in the docs

joegesualdo commented 2 years ago

There should be one issue per LogLineType