What if (?) Monty had a live view

I think there’s two sinks. One for logs, and one for telemetry. This is so that we have separate domains of configuration. I haven’t given it too much tought, but I was thinking the telemetry sink would be a logger with the name logging.getLogger(f"telemetry.{__name__}"). I think that would give us all the equivalent control fidelity as normal logs without conflicts.

Possibly, because they’re so different, a third domain of snapshots logging.getLogger(f"snapshots.{__name__}"), but that’s just a not yet fully thought out escape valve in case we need yet another layer of control over data emission.