Skip to content

Enable logging for runs #6008

@ravenac95

Description

@ravenac95

Currently logging has been completely mocked out for the frontend. We need to have logs written to a storage bucket and fill the logsUrl api response with a legitimate response that should return valid logs.

For now the logs should enable the following for users:

  • Any errors that there runs encounter should be easily seen from the logs.
    • In some cases however, our infrastructure may fail and the logs may not be relevant or that user may not have access to those logs. We will need to ensure the log messages for that are useful

Things to consider for the future:

  • However we choose to capture logs, it might be important to consider that having realtime or streaming logs may inevitably become necessary. Whatever we design today should hopefully be compatible with such a future.
    • I do not believe streaming logs are immediately necessary

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions