kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
352 stars 47 forks source link

It should be possible to view starlark logs from the last run #1721

Open Dartoxian opened 10 months ago

Dartoxian commented 10 months ago

Background & motivation

In the enclave manager ui I want to be able to see the logs from the last starlark run in an enclave. Currently the logs are not stored after execution, so it is not possible to retrieve them to view later.

Desired behaviour

It should be possible to view enclave logs in the enclave manager ui.

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

What area of the product does this pertain to?

Frontend: the Graphical User Interface, including the Enclave Manager

mieubrisse commented 10 months ago

This requires storing the logs of the last run in the APIC (right now, logs are simply streamed back to the client).

Doing so is a very good piece of work, because it makes the APIC responsible completely self-contained.