Skip to content

Commit

Permalink
doc: Update tracing feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Feb 15, 2023
1 parent 287dd86 commit 35fa6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ as well as `native-tls`-based TLS support.
Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
and `exec` spans.
and `exec` spans. Also some internal queries are instrumented at `TRACE` level.

**Example:**

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
//! Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
//! Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
//! Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
//! and `exec` spans.
//! and `exec` spans. Also some internal queries are instrumented at `TRACE` level.
//!
//! **Example:**
//!
Expand Down

0 comments on commit 35fa6ab

Please sign in to comment.