Is there a way to run prefect flow in UI specifyin...
# ask-community
p
Is there a way to run prefect flow in UI specifying different log level? for example, I want to run flow in debug log level (logger.info(...)
n
hi @Patrick Tan - there's the
PREFECT_LOGGING_LEVEL
setting that you can set to
"DEBUG"
if you want that's an env var you could put on your deployment's work pool (or as a job variable on the deployment) and then the UI should respect your flow runs log level