Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
j
jasono
03/12/2022, 4:52 PM
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
rex
03/13/2022, 8:21 PM
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
jasono
03/13/2022, 8:25 PM
Thank you!!
Really loving Dagster.
❤️ 1
2 Views
Post