Prefect stores logging configurations in `logging....
# prefect-getting-started
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"]