Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store log lines as rows in a table #514

Closed
stuartc opened this issue Dec 15, 2022 · 0 comments · Fixed by #851
Closed

Store log lines as rows in a table #514

stuartc opened this issue Dec 15, 2022 · 0 comments · Fixed by #851
Assignees

Comments

@stuartc
Copy link
Member

stuartc commented Dec 15, 2022

Details

Currently logs are persisted in a single column as an array of strings.

By moving logs into a separate table we:

  • Gain the ability to persist logs more easily as they arrive.
  • Filter and tag individual lines by prefixes or by STDOUT/STDERR.
  • Have individual timestamps for each line.
  • Make accessing Runs more efficient by not having to remember to not load the logs every time.

Implementation notes

Release notes

User acceptance criteria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants