databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
34 stars 38 forks source link

Use the context logger, if available. #180

Open nyergler opened 7 months ago

nyergler commented 7 months ago

This allows use of a non-global logger for finer grained control.

nyergler commented 1 month ago

Hi @rcypher-databricks , thanks for the review (and apologies for radio silence). I think I've addressed the feedback, let me know if you see anything else that could be improved.