Show tracebacks for un-shipped/propagated errors

ipc_failure_while_streaming
Tyler Goodlet 2023-01-26 17:49:14 -05:00
parent 158569adae
commit ddf3d0d1b3
1 changed files with 1 additions and 1 deletions

View File

@ -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} !?"
)