print exception

This commit is contained in:
Jeremiah Lowin 2024-11-30 20:26:12 -05:00
commit 7a2dfffd18

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