more stack traces

This commit is contained in:
jackiettran
2025-12-25 19:05:12 -05:00
parent 76e4039ba8
commit 4f85243815
5 changed files with 23 additions and 19 deletions

View File

@@ -109,7 +109,7 @@ router.get("/ready", async (req, res) => {
timestamp: new Date().toISOString(),
});
} catch (error) {
logger.error("Readiness check failed", { error: error.message });
logger.error("Readiness check failed", { error: error.message, stack: error.stack });
res.status(503).json({
status: "not_ready",
timestamp: new Date().toISOString(),