Hi Team I see a weird issue recently. None of my ...
# ask-community
p
Hi Team I see a weird issue recently. None of my flows logs are showing up in the Prefect cloud UI when run as a kubernetes job though I can see them when running the flow locally. Both the logs from
<http://get_run_logger.info|get_run_logger.info>()
and
log_prints
are not in the UI. Only log message there is is:
Downloading flow code from storage at '/home/deployment/src/flows'
But I can see the tasks flowchart and also I tried to see the
PREFECT_LOGGING_LEVEL=DEBUG
environment variable. That's not helping either. I was able to see the logs until I recently updated prefect to
2.13
. Now, reverting back the version isn't helping either. I am stuck at this for a long time. If somehow could help with how can I go about debugging this, It would be great. Thank you
t
Hey Prem! Would you be able to provide a picture of what you are seeing in the UI after running? Has this problem persisted for this flow only, or others as well (if so, are the others also run as Kubernetes jobs)?
p
Hey @Tess Dicker Thanks for the response. I found the issue. When the flow uses
ray
library, all the logs doesn't show up on the UI
t
Ah glad you were able to figure it out and thanks for letting me know!