Very minor question: Is there a meaningful differ...
# ask-community
e
Very minor question: Is there a meaningful difference between
context.log
and calling
get_dagster_logger
?
plus1 1
o
not really (under the hood, calls to e.g.
get_dagster_logger().info(...)
will get wired through to a
<http://context.log.info|context.log.info>(...)
call)
e
Excellent. My one concern was about different call stack logging. Sounds like that isn't really an issue 🙂