Hi all, I am trying to remove logs in Prefect Clou...
# prefect-community
t
Hi all, I am trying to remove logs in Prefect Cloud like Created task run..., and have not had any success. I followed the suggestion here but for some reason cannot override the default Prefect logging configuration with my own. I am deploying through GitHub actions and hosting infra on GCP Cloud Run. Anybody have a similar experience? This is worsened by the fact that Prefect does not throw an error if the custom configuration is not found, but instead moves forward with the defaults
I set my environment variable
PREFECT_LOGGING_SETTINGS_PATH
to the desired path in my agent as well as in infra overrides, but still no luck