...per the IRC discussion around https://www.erisian.com.au/bitcoin-core-dev/log-2023-09-03.html#l-345.
Rationale for not logging the bip61 reject messages (as unknown commands):
they are not unknown and were valid before v20; see ##15437
peers have been observed that send a high number of these messages (I've seen 10k-20k messages per day from a single peer), thereby flooding the log when
-debug=netanother option would be to continue logging bip61 reject messages, but with the
tracelog level instead
Rationale for improving the log output when receiving unknown commands:
- logging only a peer id isn't of much help after the fact in understanding the source of the message and debugging what/why