marqeu
02/10/2025, 2:59 AM"env": {"PREFECT_LOGGING_LEVEL": "INFO"},
Marvin
02/10/2025, 2:59 AMPREFECT_LOGGING_ROOT_LEVEL
environment variable to "INFO" in your deployment configuration.
2. Custom Logging Configuration: If you need more control, you can provide a custom logging.yml
file. Place this file in your PREFECT_HOME
directory to completely customize the logging behavior.
3. Verify Environment Variables: Double-check that your environment variables are correctly set in Prefect Cloud. Ensure that PREFECT_API_URL
and PREFECT_API_KEY
are correctly configured to connect to Prefect Cloud.
For more information, you can refer to the Prefect Logging Documentation.
If these steps do not resolve the issue, it might be worth checking if there are any errors or misconfigurations in your Prefect Cloud setup.marqeu
02/10/2025, 3:08 AM"env": {
"PREFECT_LOGGING_LEVEL": "INFO",
"PREFECT_LOGGING_ROOT_LEVEL": "INFO"
},
Marvin
02/10/2025, 3:11 AMPREFECT_LOGGING_LEVEL
and PREFECT_LOGGING_ROOT_LEVEL
to "DEBUG". Remember to switch back to INFO once resolved.
4. Authentication: Verify that your PREFECT_API_URL
and PREFECT_API_KEY
are correctly configured. Ensure they match the Prefect Cloud workspace you are using.
For more guidance, you can refer to the Prefect Cloud Troubleshooting Documentation.