Saulius Beinorius
11/24/2020, 9:38 AMlogging.dictConfig()
-like format, especially since Dask supports it (https://docs.dask.org/en/latest/debugging.html#logs). If you could point me in the right direction where the logging setup happens (I think I found the agent's logging setup, but not sure about task logging, I assume that's separate for each execution environment?), I would be willing to work on a PR to allow specifying logging via dict format. For reference, I have `uvicorn`'s server, which has similar options to Prefect, but also allows passing the entire logging configuration.josh
11/24/2020, 12:34 PMSaulius Beinorius
11/25/2020, 7:55 AM