Thanks @Christopher Boyd! So basically, Prefect kicks off a flow which opens a port via IPC to kick off a process on that new port, and run a function that contains logging via stdout. However, the logging is only showing on just that other port, not on the prefect console. We want to figure out a way to relay those logs back to the original prefect process that kicked it off. Hopefully that makes sense!