mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
print exception
This commit is contained in:
parent
f8f71330e8
commit
7a2dfffd18
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ def run(
|
|||
|
||||
except Exception as e:
|
||||
logger.error(
|
||||
"Failed to run server",
|
||||
f"Failed to run server: {e}",
|
||||
extra={
|
||||
"file": str(file),
|
||||
"error": str(e),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue