https://dagster.io/ logo
j

Jeff Hulbert

03/03/2021, 9:16 PM
Is there a way to have dagit/dagster pickup logging from other python modules that are being output using standard python logger?
👀 1
m

max

03/03/2021, 9:46 PM
@prha
a

alex

03/03/2021, 10:03 PM
stdout/stderr by step is captured by the “compute log manager” and can be seen if its configured correctly for where the computations are happening
👍 1
but there is no deeper integration at this time to get log messages from python logging to show up in the top level event stream
j

Jeff Hulbert

03/04/2021, 2:07 PM
Thanks - I adjusted some settings on the root logger in my pipeline file and can see the logs in the View Raw Step Output now
👍 1
2 Views