mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
PR Feedback
This commit is contained in:
parent
27401a3d5f
commit
ac8caca269
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class LoggingMiddleware(Middleware):
|
|||
payload = self.payload_serializer(context.message)
|
||||
except Exception as e:
|
||||
self.logger.warning(
|
||||
f"Failed {str(e)} to serialize payload: {context.type} {context.method} {context.source}."
|
||||
f"Failed {e} to serialize payload: {context.type} {context.method} {context.source}."
|
||||
)
|
||||
payload = default_serializer(context.message)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue