-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
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