Skip to content

Commit 35fa6ab

Browse files
committed
doc: Update tracing feature description
1 parent 287dd86 commit 35fa6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ as well as `native-tls`-based TLS support.
8585
Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
8686
Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
8787
Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
88-
and `exec` spans.
88+
and `exec` spans. Also some internal queries are instrumented at `TRACE` level.
8989

9090
**Example:**
9191

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
//! Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
8585
//! Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
8686
//! Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
87-
//! and `exec` spans.
87+
//! and `exec` spans. Also some internal queries are instrumented at `TRACE` level.
8888
//!
8989
//! **Example:**
9090
//!

0 commit comments

Comments
 (0)