Logging: You can log output to a file from your te...
# pacc-aug-22-23-2023
j
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.