diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 2cb02e2..1dcd865 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -319,7 +319,7 @@ async def _invoke( BrokenPipeError, ): # if we can't propagate the error that's a big boo boo - log.error( + log.exception( f"Failed to ship error to caller @ {chan.uid} !?" )