Draft: Log full exception from actors
LoggerWrap
was ignoring most of kwargs.
Now it catch only the extra things it supports and transmit the other stuffs to the real logger. As result we can log error including exceptions.
BTW, i think it would be better to inherit from Logger
class, and reimplement _log
. I think it's the same result.
Edited by Valentin Valls