#Can you get stdout and logs live?

12 messages · Page 1 of 1 (latest)

hardy raptor
#

I want to use dagger for the everyday local workflow as well as in CI, but the way I've got it so far, stdout is buffered so I can't see test failures as they happen or if the tests get stuck.

Is there a way to do that?

abstract cloud
hardy raptor
#

not just fetch but see it as it is happening

#

(since our tests can sometimes get stuck due to complex factors)

#

So seeing it in the TTY is what I need

ivory grove
#

@hardy raptor normally stdout should get streamed to dagger's TUI. Do you call the dagger CLI directly, or perhaps wrap it as a library in a custom tool?

hardy raptor
#

Dagger CLI directly. (I am very new to it here, so I may just not have something set up right)

abstract cloud
hardy raptor
#

thank you!

abstract cloud
#

but the answer is that it should already be showing that. Let us know if you're still not seeing what you need. There's always the chance that we might have a bug somwehere 🙌

hardy raptor
#

okey doke! It might just be slow. Rust builds are teeeedious

abstract cloud