hi guy it seems that neither `print` nor `logging....
# random
h
hi guy it seems that neither
print
nor
logging.debug
works in @solid? This is from a 3rd module not a solid itself and I'm running using execute_pipeline
s
I can define “doesn’t work”? If you print to stdout during an execute_pipeline call it does appear in the terminal. If you want to view stdout in Dagit this is also possible: Hope this helps!
1
m
we don’t intercept calls to print or to logging and redirect them to the consolidated dagster logging machinery if that’s what you mean
👍 1
h
@schrockn interesting, I didn't see the output in terminal but if I did logging.error (not loggin.debug), I could see it. Could be just overlooking. I'll check when I'm back to work on dagster and report a bug if it's still the case 👍