https://prefect.io logo
e

Evan Brown

08/14/2023, 7:48 PM
Does the log_prints parameter in 2.11 work for anyone else? I can see it working in CLI but there are no logged prints in the UI from what I can tell.
n

Nate

08/14/2023, 7:56 PM
hi @Evan Brown - hmm yeah it has been working for me. if you were to check out your log related settings, by doing something like
Copy code
❯ 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
Copy code
PREFECT_LOGGING_TO_API_ENABLED=True
PREFECT_LOGGING_LEVEL='INFO'