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

@@ -101,7 +101,7 @@ class S3Service {
region: this.region,
});
} catch (error) {
logger.error("Failed to initialize S3 Service", { error: error.message });
logger.error("Failed to initialize S3 Service", { error: error.message, stack: error.stack });
process.exit(1);
}
}