also, as a separate question. Is it normal that th...
# announcements
c
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
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
I see. I find it a little bit confusing since I also find the output of internal loggers from modules there. But ok, thanks!