Shaoyi Zhang
08/30/2022, 5:51 PMEXTRA_PIP_PACKAGES
to Cloud UI? When using Kubernetes agent, those logs only show up in job pods logs and are not available in Cloud UI.Rob Freedy
08/30/2022, 7:17 PMShaoyi Zhang
08/30/2022, 7:25 PMpip install
happens outside of the python flow and executed as a shell command.
https://github.com/PrefectHQ/prefect/blob/main/scripts/entrypoint.sh#L10
That means those logs go to stdout directly, right? How would I reroute the pip install logs using the external logger configuration?Anna Geller
Shaoyi Zhang
08/31/2022, 8:19 PMAnna Geller
Shaoyi Zhang
08/31/2022, 9:36 PMAnna Geller