https://dagster.io/ logo
c

Cris

07/06/2020, 7:14 PM
also, as a separate question. Is it normal that the execution logs usually go to stderr instead of stdout? this screenshot is from a sucessful solid execution. I have noticed before but never paid attention to it.
p

prha

07/06/2020, 11:12 PM
Yes, that’s how it has always been, at least for the structured dagster logs. That’s different from
stdout
, which would capture any
print
statements during execution, for example.
c

Cris

07/06/2020, 11:30 PM
I see. I find it a little bit confusing since I also find the output of internal loggers from modules there. But ok, thanks!