https://dagster.io/ logo
#ask-community
Title
# ask-community
k

Koby Kilimnik

12/14/2022, 3:34 PM
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:
Copy code
python_logs:
  managed_python_loggers:
    - root
    - __main__
message has been deleted
j

jamie

12/14/2022, 8:27 PM
cc @owen
o

owen

12/14/2022, 9:02 PM
hi @Koby Kilimnik the managed loggers should emit their logs to the regular event log stream, rather than stderr (although they may also show up in stdout/stderr if you have the python_log_level set to the appropriate level)
5 Views