Russell Keeley
Russell Keeley
I am also experiencing a similar thing. Since introducing GCS storage into my flows, the logging has become very unreliable.
Turns out this is due to the `prefect_gcp.cloud_storage` module using the `prefect.logging.loggers.disable_run_logger` context manager in a kind of reckless way. The cloud storage module uses `disable_run_logger` to hide some logging...
I had a similar problem with running Cloud Run jobs in Google Cloud. In my case the `PREFECT_API_AUTH_STRING` was getting included in my container, but for some reason it wasn't...