#nob question. I there any way to send
1 messages · Page 1 of 1 (latest)
I've seen examples that use log.Println, in fact inside dagger.gen.go it seems to use in a couple of places. But it doesn't seem to work for me
Good point I search the same
relevant issue: https://github.com/dagger/dagger/issues/6442
Right now all you can really do is print to stdout/stderr, but that output goes to a exec /runtime step so it's not super obvious that it's your module. It's a bit better in v0.9.9 with the new TUI, but still not great