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
d
Daniel Mosesson
12/29/2022, 8:51 PM
Is there a good way to change the logging format for dagit/dagster-daemon?
o
owen
12/29/2022, 9:09 PM
currently, those loggers are configured with:
https://sourcegraph.com/github.com/dagster-io/dagster/-/blob/python_modules/dagster/dagster/_utils/log.py?L241:5
, so I don't think there's any super easy way to bypass that. what sort of change were you looking to make to the format?
d
Daniel Mosesson
12/29/2022, 9:32 PM
Basically make it easier to ingest into filebeat
so json format it or something. Today, I am getting the color encoded text version and its not ideal
4 Views
Post