Roei Jacobovich
12/08/2022, 8:42 AMextra
dictionary in the UI. I’m not sure if it’s a bug or a change on purpose. Thanksowen
12/08/2022, 11:13 PMRoei Jacobovich
12/13/2022, 12:47 PMJsonFormatter
and more) and added the configuration func to every graph
. It worked but it logged every line twice - one by the default handler and one by our custom one. We added the custom logger name as part of managed_python_loggers
in dagster.yaml
of course. What would be the best practice in Dagster to configure such a custom logger? (without a need to run the setup function on each group and without having every log line twice).
Thanks!