Join Slack
Powered by
Prefect stores logging configurations in `logging....
# prefect-getting-started
l
Lars Nilse
08/22/2024, 7:50 AM
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"]
Open in Slack
Previous
Next