We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a24bd commit ba0cafdCopy full SHA for ba0cafd
packages/service-library/src/servicelib/rabbitmq/_rpc_router.py
@@ -65,8 +65,8 @@ async def _wrapper(*args, **kwargs):
65
raise
66
67
_logger.exception(
68
- "Unhandled exception on the rpc-server side."
69
- f" Re-raising as {RPCServerError.__name__}."
+ "Unhandled exception on the rpc-server side. Re-raising as %s.",
+ RPCServerError.__name__,
70
)
71
# NOTE: we do not return internal exceptions over RPC
72
formatted_traceback = "\n".join(
0 commit comments