horta-hell
horta-hell copied to clipboard
Exceptions are not always logged
Consider #335 (with fix #336). The exception was generated inside format method, but was not logged anywhere. We need to check that (I think that the cause is the resulting future was never properly resolved) and implement some global fix / strategy how to deal with such cases. Any Future could potentially throw exception at us, so we need to be careful with that.