scylladb-zpp-2024-javascript-driver / scylladb-javascript-driver

Apache License 2.0
2 stars 0 forks source link

Integrate logging with Rust driver's logging (tracing) subsystem #16

Open wprzytula opened 5 hours ago

wprzytula commented 5 hours ago

Logging helps in debugging a lot. Let's make logging available and configurable, so that if we (or a user of our driver) turn logging on, then Rust driver emits logs, too.

Relevant Rust driver's documentation: https://rust-driver.docs.scylladb.com/stable/logging/logging.html