We have calls to tracing:: logger inside Vortex but we can't use it in DuckDB as we don't have any subscriber.
tracing_subscriber is quite a big dependency so I'd like to avoid using it.
We'd need to write our own subscriber and initialize it when opening a database.
It should check DuckDB's own logging level and filter out our messages accordingly.
We have calls to tracing:: logger inside Vortex but we can't use it in DuckDB as we don't have any subscriber.
tracing_subscriber is quite a big dependency so I'd like to avoid using it.
We'd need to write our own subscriber and initialize it when opening a database.
It should check DuckDB's own logging level and filter out our messages accordingly.