Skip to content

Commit

Permalink
[DOP-4334]: Add more logging to find where stuff stops working
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 21, 2024
1 parent 75f3d6b commit 14ec5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job/productionJobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export class ProductionJobHandler extends JobHandler {
await this.logger.save(this.currJob._id, `${'(prod-monorepo)'.padEnd(15)} Check redirects`);
const hasConfigRedirects = await checkRedirects(this.currJob.payload.repoName, this.currJob.payload.directory);
await this.logger.save(this.currJob._id, `${'(prod-monorepo)'.padEnd(15)} Redirects checked`);
console.log('Generic log to see that it actually logs stuff in CloudWatch (which it should)');
resp = await nextGenDeploy({ mutPrefix: finalMutPrefix, bucket, url, branchName, hasConfigRedirects });
} else {
resp = await this.deployWithMakefiles();
Expand Down

0 comments on commit 14ec5f5

Please sign in to comment.