When using `LocalDaskExecutor(scheduler="processes...
# prefect-server
l
When using
LocalDaskExecutor(scheduler="processes")
, logs from
prefect.context.get("logger")
don't make it to Prefect server, but using
LocalDaskExecutor(scheduler="threads")
works just fine. Am I missing something? I've opened an issue https://github.com/PrefectHQ/prefect/issues/5895 - but just thought I'd check if anyone has dealt with the same problem here
k
Yeah we have another issue here, but haven’t had a chance to dig yet