How do I access the Orion logger? It doesn't seem ...
# ask-community
t
How do I access the Orion logger? It doesn't seem to run with the
prefect.context
and I can't do
prefect run
to get a context.
z
Hey Tim, there is not an "Orion" logger in the same sense as Prefect's ~1.0's logger. We have not designed log collection yet.
t
OK, thank you
z
Roughly, we're supporting entirely custom logging configuration with a yml file https://github.com/PrefectHQ/prefect/blob/orion/src/prefect/utilities/logging.yml
However, we haven't actually implemented the
OrionHandler
yet so sending logs to it won't do anything 🙂
t
I will continue to use print for now. thank you.