sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.39k stars 429 forks source link

Add tracing support #1133

Closed bheylin closed 2 months ago

bheylin commented 2 months ago

Replace log with tracing so we can capture Spans from tokio-postgres when an Error occurs.