Prefect 2.6.9 has just been released - it improves the logging experience and CLI login to Prefect Cloud

Hi everyone! :wave:

Prefect 2.6.9 release has just shipped!

It includes several fixes and enhancements to the logging experience. :wood:

You will now be able to:

  • see Dask worker logs from the Prefect UI
  • configure logging more easily in tests and CLI commands (a.o. when starting the Orion server)
  • configure logs to be properly formatted in JSON using orjson serialization (this is important for logging to external systems such as Datadog - more on that soon!)
  • avoid duplication when configuring logging, e.g., to configure logs to be JSON-formatted PREFECT_LOGGING_HANDLERS_CONSOLE_FORMATTER="json" python myflow.py

Apart from that, the prefect cloud login CLI has been given a serious upgrade. :sparkles:
image

image

For a detailed description of that new Cloud CLI login UX, and to view a full list of fixes and enhancements, check out the release notes.

Happy Engineering and Happy Thanksgiving! :turkey:

4 Likes