trying to get python_logs from code running in dagster graph using the following guide:
https://docs.dagster.io/concepts/logging/python-logging
using the latest dagit version
for some reason i see nothing in the logs after editing dagster.yaml:
python_logs:
managed_python_loggers:
- root
- __main__