Tarek
05/08/2023, 9:40 AMattempted to send logs to the API without a flow run id. The API log handler can only send logs within flow run contexts unless the flow run id is manually provided.
What can I do so that my task and flow runs don't get logged into the cloud backend?Marvin
05/08/2023, 9:40 AMNate
05/08/2023, 1:45 PMPREFECT_LOGGING_TO_API_ENABLED
which you can set to False
if you want, and you can use temporary_settings
as found here to toggle this setting in a certain contextTarek
05/08/2023, 2:06 PM