Does anyone have examples or best practices on how...
# ask-the-community
n
Does anyone have examples or best practices on how to use the stats & logging properties of flytekit.current_context? I just see TODOs in the doc...
s
flytekit.current_context().logging
should give a logging handler that you can use to log within a Flyte task. @Yee / @Eduardo Apolinario (eapolinario), would one of you be able to add examples to the API docs?
n
and
flytekit.current_context().stats
152 Views