What's the best way to log from within a sensor? I...
# ask-community
e
What's the best way to log from within a sensor? I see that
SensorEvaluationContext
does not have a
log
method
j
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