Hi probably another silly question here, I am looking to capture the Dagster console logs and dump them into a table, what is the best way to achieve this? I was wondering if there is an attribute I could use in place of console ? Many thanks!
Yup a customize logger is the right way to good. You can configure loggers on modes, which lets you have mode-dependent (e.g. prod vs dev) logging policies