Sean Talia
02/04/2021, 7:01 PMconfig.toml – i'm just trying to figure out where in the development lifecycle the config.toml file is primarily used. I'm looking at this documentation on extra loggers and am wondering if I want to have different loggers in use when different flows are running, and i'm using DockerRun for my runconfig, is the most appropriate thing to do to just change up the PREFECT_LOGGING_EXTRA_LOGGERS env variable in my runconfig images?Zanie
flow.run() and setting it in your run config env will affect that flow run.Sean Talia
02/04/2021, 9:35 PMconfig.toml of the environment in which an agent is being launched, but you might conceivably configure a totally different set of params (e.g. the extra_loggers ) in the config.toml of the environment/runconfig where the flow is actually runningZanie
Zanie