Hi, if I want to store the console log messages ge...
# ask-community
j
Hi, if I want to store the console log messages generated from the python scripts in each
op
in order to review them for a failed run, what is the commonly used method? (either through Dagster or outside)
Found it in dagit’s stdout. This is nice.
r
You'll want to configure compute log storage: https://docs.dagster.io/deployment/dagster-instance#compute-log-storage. You should be able to see them in dagit - if you view a run, there's a button to switch to viewing the raw compute logs
j
Thank you!!
Really loving Dagster.
❤️ 1