https://prefect.io logo
j

Jeff Hale

08/22/2023, 6:56 PM
Logging: You can log output to a file from your terminal as you would with other programs. e.g.
Copy code
python my_flow.py 2> test2.txt
If you want to add additional loggers, there is a prefect setting for that. You can add it to your Prefect profile or create an environment variable. Docs here. Example discourse post here.