#Can you get stdout and logs live?
12 messages · Page 1 of 1 (latest)
hey there! all the workflow telemetry is currently emitted via OTel events along with what you get in the tty or any of the reporters via the --progress flag .
I assume you want to fetch your command output so you can send it somewhere for later inspection, correct?
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
@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?
Dagger CLI directly. (I am very new to it here, so I may just not have something set up right)
no worries. Running dagger call or dagger checks should show what you're looking for. Maybe the default verbosity level if preventing you to see what you're looking for. Try adding a few -v or -vv additional arguments to the CLI to see if you get what you're looking for
thank you!
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 🙌
okey doke! It might just be slow. Rust builds are teeeedious
yep, been there. Make sure to check the #rust channel. There's some users building modules and even a rust SDK there 🙌