My flows are working well on Google Cloud Run, but...
# ask-community
m
My flows are working well on Google Cloud Run, but my logs are filled up with this message. All my googling and Marvining isn't helping, anyone have a clue?
n
hi @Michael Natkin thats actually not a problem thats a DEBUG level log from a background thread responsible for sending out logs and stuff like that, similar to an iterator and
StopIteration
, its just raising a signal that there's nothing in the queue we could potentially clean that up, but sometimes we leave DEBUG logs in there to help us make sense of things when debugging
so feel free to ignore or update your
PREFECT_LOGGING_LEVEL
wherever that process is
m
Oh, yay! Thank you, I had turned debugging on to find a different problem. I'll just turn it back off and go about my business.
n
catjam