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

Evan Arnold

03/30/2022, 3:13 PM
What's the best way to log from within a sensor? I see that
SensorEvaluationContext
does not have a
log
method
j

johann

03/30/2022, 3:54 PM
Currently dagster doesn’t provide any special logging functions in sensors. If you use whatever library you chose to write to stdout, you’ll be able to see that in your user code deployment. This is on our radar to improve in the future
👍 1
6 Views