https://dagster.io/ logo
Title
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