Prefect stores logging configurations in `logging.yaml`. Is it possible to store the same configs in...
l
Prefect stores logging configurations in
logging.yaml
. Is it possible to store the same configs in a subsection of
profiles.toml
? For example
Copy code
[loggers.prefect.flow_runs]
level = "DEBUG"
handlers = ["api"]