Bradford Wettig
08/09/2023, 1:05 PMNate
08/09/2023, 1:06 PMMarvin
08/09/2023, 1:06 PMfilename
. After running a Prefect flow, you can check the file you set in your handler’s filename
. The output should look similar to this[^2^]:
bash
11:43:44.247 | INFO | Flow run 'orthodox-badger' - Created task run 'my_task-20c6ece6-0' for task 'my_task'
11:43:44.248 | INFO | Flow run 'orthodox-badger' - Submitted task run 'my_task-20c6ece6-0' for execution.
11:43:
If you want to separate the log for each flow run, you might need to modify your logging configuration[^3^].
Now, isn't that just a bundle of joy?
[^1^]: Why no task logs in prefect cloud
[^2^]: How to stream prefect logs to a file
[^3^]: How to stream prefect logs to a fileNate
08/09/2023, 1:07 PM