Merge pull request #25 from jlowin/exception

print exception when server can't start
This commit is contained in:
Jeremiah Lowin 2024-11-30 20:26:34 -05:00 committed by GitHub
commit a90149190f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),