Is there a way to let the docker-instance be a bit more chatty log-wise?
hey @eval2020 π yep - you can set XTDB_LOGGING_LEVEL=debug in its env vars
but usually people ask that when they've got other issues π let us know if there's anything we can help with?
perfect! My βissueβ is Iβm writing a driver for Ruby, so need to see whatβs going on π piggybacking on the pg-adapter (Iβm using https://sequel.jeremyevans.net/documentation.html) works mostly, but sometimes it sends unprocessable stuff over the wire. Thanks!
ooh, interesting - do keep us informed, would like to follow along βΊοΈ
will do!
one tip we've found that helps with scoping support for new Postgres-compatibility drivers and tools is to first of all connect to regular Postgres and log those queries - take a holistic look at the kind of Postgres-specific stuff we would need to get working in the core
also please feel free to open an issue a post your findings on there, if you're up for it π