https://prefect.io logo
Title
w

Wingmore

01/27/2023, 5:57 AM
Help! This is going to be a rare case 😕 Been scratching my head for the past few days on this one: Flows dont run properly if I include a certain custom import. However when I comment it out, it works?? Note this is also only affecting deployed flows. If I run the flow locally, everything's ok...
The first one has the import commented out - you can see the correct log messages. However if I include the import, it's stuffed and the Concurrent task runner doesnt seem to start
p

Peyton Runyan

01/28/2023, 12:44 AM
I believe that you uploaded two of the same image
w

Wingmore

02/01/2023, 3:47 AM
See highlighted code
Oh btw I THINK figured it out, turns out inside that import, I was overwriting the root logging level to be CRITICAL, hence why nothing was showing.
🔥 1