Hi, we have migrated alot of old python code to da...
# ask-community
m
Hi, we have migrated alot of old python code to dagster. Some of this code calls other python code which has python loggers configured. These log messages are printed to stdout and are not shown in the dagster frontend. Is there an easy way to capture these logs without passing the context.log instance down?
v
https://docs.dagster.io/concepts/logging/python-logging I think this is more or less what you’re looking for
ty spinny 1
m
Thanks!