Evan Brown
08/14/2023, 7:48 PMNate
08/14/2023, 7:56 PM❯ ipython
In [1]: from prefect.settings import get_current_settings
In [2]: get_current_settings()
Ctrl-F "LOGGING"
does everything look as you'd expect? for example, I have the following when log_prints
is working for me
PREFECT_LOGGING_TO_API_ENABLED=True
PREFECT_LOGGING_LEVEL='INFO'