Unused resolvers

Hi!

How do you know which resolvers are being used? If I were to attempt to deprecate some, how could I know that a resolver has not been used for a while? Would creating a resolvers db table be silly? I kind of think so, but would like to know what you think! Thank you!

I would let them log and analyze the logs.

Thanks @NobbZ, that’s a good solution.