Probably an easy one here — I’m hosting a free pla...
# ask-community
j
Probably an easy one here — I’m hosting a free plan for Prefect on a single EC2 utilizing the Prefect agent and am hoping to display a clickable link via the logs for a flow run in the Prefect UI. I’ve got the proper markdown syntax
[Link text Here](<https://link-url-here.org>)
, however the link is still not clickable. I believe I need to set
PREFECT_LOGGING_MARKUP=True
— any recommendation on the best place to configure this?
1
n
Hi @Jordan Davie - logs aren’t markdown-enabled right now so unfortunately that won’t work - if you’d like, you can propose a feature enhancement for that functionality though!
That said, artifacts might allow you to accomplish what you’re looking for instead, and would provide a slightly more stable and definitely more discoverable version of that
j
Thanks for the quick response. In respect to logs not being markdown enabled, am I misinterpreting this documentation? https://docs.prefect.io/2.10.16/concepts/logs/#applying-markup-in-logs
n
Yeah the documentation you’re referring to is for markup in your terminal output using the Rich python package
as opposed to markdown, which is primarily used for converting raw text to html