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
What
Add more variants to the LogLineType enum
How
Go through the bitcoind logs and add any unrepresented log lines.
More
Another option would be to go category by category by using the
-debug=<category>
flag as outlined in the docs