#Getting the logs of Dagger-engine

1 messages · Page 1 of 1 (latest)

grizzled kindle
#

Hey, we are running some Dagger workloads on Gitlab runners that we can't acccess. Is there any way to fetch the logs of Dagger-engine through Go DSK?

normal bear
#

All our docs examples have the LogOutput set to stderr.

brisk tree
normal bear
#

The journal is machine-readable, used by our GUI. You can write a program that reads from that and presents a more human readable output, but is that what OP is asking? It's not the same thing as what you get with LogOutput.

silk cobalt
# normal bear The journal is machine-readable, used by our GUI. You can write a program that r...

Good point. I think you are right, this may be less useful - WithLogOutput is definitely what is needed here. Here is an example from our own dogfooding:

There is a lot of insight in that journal.log that would be super helpful if it could be replayed with the dagger CLI in different ways (UI, TUI, plain logs, etc.).

normal bear
#

Yeah, Alex has mentioned it several times. It's on his scope.

#

But I don't know if there's an issue for it.

#

The idea is to start the interactive TUI with it to help debug a past run.

silk cobalt