Mark Fickett
03/02/2022, 9:48 PMpython_logs: managed_python_loggers: - root
in my $DAGSTER_HOME/dagster.yaml
. (I confirmed that a logger in my main process does get picked up within Dagit, and the logs from the subprocess do still show in up in my terminal where I started dagit
.)
I'm hoping to do an incremental migration where I leave some chunks using concurrent.futures for a bit, but if the answer is that I just need to get everything into Dagster, that's probably OK too.