This is the first commit from #25203.
- Scripted-diff: de-duplicate logging category output for the tor, i2p, net, zmq, and prune messages (e.g. where I found duplicates), as these category prefixes are now printed automatically since #24464
examples before
0[tor] tor: Successfully connected!
1[i2p] I2P: Creating SAM session with 127.0.0.1:7656
2[zmq] zmq: Initialize notification interface
3[net] net: enabling extra block-relay-only peers
after
0[tor] Successfully connected!
1[i2p] Creating SAM session with 127.0.0.1:7656
2[zmq] Initialize notification interface
3[net] enabling extra block-relay-only peers