mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Merge pull request #25 from jlowin/exception
print exception when server can't start
This commit is contained in:
commit
a90149190f
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