EDDN
EDDN copied to clipboard
Relay: Add logging of when a duplicate is dropped
I only just discovered that https://github.com/EDCD/EDDN/blob/be7fcc2c057c7bf1edfa3b654b93f47b662cfc86/src/eddn/core/DuplicateMessages.py#L67 causes 'chaining' of duplicates such that, if someone sent a relevant message often enough, another message might never come out of the Relay.
So, when checking "why didn't my message make it through?" let's add some Relay logging so it can be quickly checked. It'll be less spammy than the current 'something for every message' Gateway logging.