Help! This is going to be a rare case :confused: B...
# prefect-community
w
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
I believe that you uploaded two of the same image
w
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