iky
iky
Hi David, thanks for the quick reply. You are right, addressing errors by service name instead of module path is better. RP calls are addressed by service and method names,...
Hi, could you please send the config file of your setup? Based on the stack trace it does not look it's failing inside the JSON formatter. Also the `constants.Stage` goes...
Interesting part of your stack-trace is that the python built-in `StreamHandler` ends up calling `makePickle` of `graypy\rabbitmq.py`. Looks like [this is the culprit](https://github.com/severb/graypy/blob/0286628ee91663ae7cd6ee7a06043bdf68081092/graypy/rabbitmq.py#L17-L28) - the unformatted `extra` is included by...