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
Nate
09/13/2023, 5:51 PM
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
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.