pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Improve logging for build timeout job

Open davemcorwin opened this issue 3 years ago • 0 comments
trafficstars

User Story

As a Federalist Operator I would like to see more information in the build timeout job log

Background (Optional)

Right now this just logs to stdout but it is more helpful when logs go to the job so they can be seen in the Queues UI. See archiveBuildLogsDaily.js for an example.

Acceptance Criteria

  • [ ] Logs are visible in the Queues UI
  • [ ] Change made live via deploy federalist web.

After evaluating, edit this part:

Level of effort - low

Implementation outline (if higher than "low" effort):

  • [ ] Log to job instead of stdout
  • [ ] optionally add more info to logs

davemcorwin avatar May 24 '22 22:05 davemcorwin