Hi, another strange question, when I use DaskTaskR...
# prefect-community
m
Hi, another strange question, when I use DaskTaskRunner i see my print logs but not logs from get_run_logger, when I do not specify runner then I see both ... I run it locally using python3
a
it's a general issue with
distributed
that is described here - if you want to, you can open an issue so that we can track it but it looks like it's still open on distributed repo since 2018
@Marvin open "Logs configured in tasks with
get_run_logger
using
DaskTaskRunner
don't make it to the Prefect 2.0 backend"
m
great, thank you
a
thanks for flagging this!